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

small-arguments.ll updated: 1.7 -> 1.8
---
Log message:

For PR1043: http://llvm.org/PR1043 :
Bye, Bye Booly. Remove the use of the bool type from non-upgraded test
cases and from grep expressions. The parser doesn't accept it and the
asm writer doesn't produce it any more.


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

 small-arguments.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/PowerPC/small-arguments.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/small-arguments.ll:1.7 
llvm/test/Regression/CodeGen/PowerPC/small-arguments.ll:1.8
--- llvm/test/Regression/CodeGen/PowerPC/small-arguments.ll:1.7 Fri Jan  5 
12:34:20 2007
+++ llvm/test/Regression/CodeGen/PowerPC/small-arguments.ll     Fri Jan 12 
23:06:52 2007
@@ -17,7 +17,7 @@
 define void %test3() {
        %tmp.0 = call i16 %foo() sext            ;; no extsh!
        %tmp.1 = icmp slt i16 %tmp.0, 1234
-       br bool %tmp.1, label %then, label %UnifiedReturnBlock
+       br i1 %tmp.1, label %then, label %UnifiedReturnBlock
 
 then:  
        call i32 %test1(i16 0 sext)



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to