Fix isIntegerConstantExpr to compare against zero for casts to bool instead of
truncating. This allows us to compile: void foo() { static _Bool foo = 4; } into: @foo1 = internal global i8 1 instead of: @foo1 = internal global i8 4 llvm-svn: 45779
Loading
Please register or sign in to comment