Optimized integer vector multiplication operation by replacing it with shift/xor...
[oota-llvm.git] / test / CodeGen / X86 / trunc-to-bool.ll
index 60620841064f68f6c1b5cb46043cd2a033f1d3d7..92b6859d1dc4d2feba7e0446a6c33890bc60fb21 100644 (file)
@@ -3,7 +3,7 @@
 ; value and as the operand of a branch.
 ; RUN: llc < %s -march=x86 | FileCheck %s
 
-define i1 @test1(i32 %X) zeroext nounwind {
+define zeroext i1 @test1(i32 %X)  nounwind {
     %Y = trunc i32 %X to i1
     ret i1 %Y
 }