[llvm-commits] CVS: llvm/test/Assembler/select.ll
Christopher Lamb
christopher.lamb at gmail.com
Thu Apr 19 22:05:42 PDT 2007
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
More information about the llvm-commits
mailing list