[llvm-commits] CVS: llvm/test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll

Reid Spencer reid at x10sys.com
Sat Dec 9 11:40:11 PST 2006



Changes in directory llvm/test/Regression/Assembler:

2006-12-09-Cast-To-Bool.ll updated: 1.1 -> 1.2
---
Log message:

Fix the run line and make this test more specific.


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

 2006-12-09-Cast-To-Bool.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll
diff -u llvm/test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll:1.1 llvm/test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll:1.2
--- llvm/test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll:1.1	Sat Dec  9 13:35:43 2006
+++ llvm/test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll	Sat Dec  9 13:39:56 2006
@@ -1,4 +1,4 @@
-; RUN llvm-upgrade < %s | llvm-as
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep bitcast
 bool %main(int %X) {
   %res = cast bool true to bool
   ret bool %res






More information about the llvm-commits mailing list