summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher Lamb <christopher.lamb@gmail.com>2007-04-20 05:05:24 +0000
committerChristopher Lamb <christopher.lamb@gmail.com>2007-04-20 05:05:24 +0000
commitac79c9e6e008f9388ecba24fb4ce019db867d38d (patch)
tree48c6b24169ed460828e9047a82dc9776553d9f4a /test
parent9c81664f6e7f95244d930381e5017ed7e6579cd0 (diff)
downloadllvm-ac79c9e6e008f9388ecba24fb4ce019db867d38d.tar.gz
llvm-ac79c9e6e008f9388ecba24fb4ce019db867d38d.tar.bz2
llvm-ac79c9e6e008f9388ecba24fb4ce019db867d38d.tar.xz
Test check in
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36269 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Assembler/select.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Assembler/select.ll b/test/Assembler/select.ll
index 1552fa57fa..385a49917c 100644
--- a/test/Assembler/select.ll
+++ b/test/Assembler/select.ll
@@ -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