[llvm-commits] CVS: llvm/test/Integer/BitBit.ll

Reid Spencer reid at x10sys.com
Sat Feb 3 18:11:30 PST 2007



Changes in directory llvm/test/Integer:

BitBit.ll updated: 1.3 -> 1.4
---
Log message:

Prepare for PR411: http://llvm.org/PR411 


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

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


Index: llvm/test/Integer/BitBit.ll
diff -u llvm/test/Integer/BitBit.ll:1.3 llvm/test/Integer/BitBit.ll:1.4
--- llvm/test/Integer/BitBit.ll:1.3	Thu Feb  1 20:16:22 2007
+++ llvm/test/Integer/BitBit.ll	Sat Feb  3 20:11:13 2007
@@ -2,7 +2,7 @@
 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
 ; RUN: diff %t1.ll %t2.ll
 
-declare void @"foo"(i31 %i, i17 %j)
+declare void @"foo"(i31 %i, i33 %j)
 
 implementation
 






More information about the llvm-commits mailing list