[llvm-commits] [llvm] r75018 - in /llvm/trunk: include/llvm/Support/ lib/Target/ARM/ lib/Target/X86/ lib/Target/X86/AsmPrinter/ lib/VMCore/
Török Edwin
edwintorok at gmail.com
Wed Jul 8 12:03:45 PDT 2009
On 2009-07-08 21:36, Bill Wendling wrote:
>> +#define LLVM_UNREACHABLE(msg) do { assert(0 && msg); llvm_unreachable(); } while(0);
>> +
>>
> This probably shouldn't have the trailing semicolon.
>
>
Indeed, thanks for noticing.
Fixed in upcoming commit.
Best regards,
--Edwin
More information about the llvm-commits
mailing list