[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/trunc-to-bool.ll

Reid Spencer reid at x10sys.com
Fri Jan 5 10:36:08 PST 2007



Changes in directory llvm/test/Regression/CodeGen/X86:

trunc-to-bool.ll updated: 1.5 -> 1.6
---
Log message:

Update for change in parameter attribute syntax.


---
Diffs of the changes:  (+1 -1)

 trunc-to-bool.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/X86/trunc-to-bool.ll
diff -u llvm/test/Regression/CodeGen/X86/trunc-to-bool.ll:1.5 llvm/test/Regression/CodeGen/X86/trunc-to-bool.ll:1.6
--- llvm/test/Regression/CodeGen/X86/trunc-to-bool.ll:1.5	Sun Dec 31 00:01:59 2006
+++ llvm/test/Regression/CodeGen/X86/trunc-to-bool.ll	Fri Jan  5 12:35:52 2007
@@ -5,7 +5,7 @@
 ; RUN: llvm-as < %s | llc -march=x86 | grep '\(and\)\|\(test.*\$1\)' | \
 ; RUN:   wc -l | grep 6
 
-define bool @zext %test1(i32 %X) {
+define bool %test1(i32 %X) zext {
     %Y = trunc i32 %X to bool
     ret bool %Y
 }






More information about the llvm-commits mailing list