Changes in directory llvm/test/Assembler:

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

Test check in


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

 select.ll |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/test/Assembler/select.ll
diff -u llvm/test/Assembler/select.ll:1.3 llvm/test/Assembler/select.ll:1.4
--- llvm/test/Assembler/select.ll:1.3   Sat Dec  2 14:34:08 2006
+++ llvm/test/Assembler/select.ll       Fri Apr 20 00:05:24 2007
@@ -1,7 +1,6 @@
 ; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
 
 
-
 int %test(bool %C, int %V1, int %V2) {
   %X = select bool true, bool false, bool true
   %V = select bool %X, int %V1, int %V2



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

Reply via email to