Ignore me. I'm seeing things.

On Fri, May 8, 2015 at 1:51 PM, Diego Novillo <[email protected]> wrote:
> On Fri, May 8, 2015 at 8:10 AM, Geoff Berry <[email protected]> wrote:
>
>> @@ -455,7 +458,7 @@
>>        << AddFlagValue(D.getPassName() ? D.getPassName() : "")
>>        << D.getMsg().str();
>>
>> -  if (DILoc.isInvalid())
>> +  if (DILoc.isInvalid() && D.isLocationAvailable())
>
> Geoff, I was giving a last look at the patch and I think I misread
> this the first time.  Shouldn't this predicate be '||'?
>
>
> Diego.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to