summaryrefslogtreecommitdiffstats
path: root/llvm
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
commitaac115a8e506d38c88b200bb6a891f634dbe9606 (patch)
tree8c5c88f426cd8a36afed1b3987db3291a5c773f6 /llvm
parent8cc95f24a7617a40ae351bf4162b3ec07dfeb767 (diff)
downloadbcm5719-llvm-aac115a8e506d38c88b200bb6a891f634dbe9606.tar.gz
bcm5719-llvm-aac115a8e506d38c88b200bb6a891f634dbe9606.zip
Test check in
llvm-svn: 36269
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Assembler/select.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Assembler/select.ll b/llvm/test/Assembler/select.ll
index 1552fa57fa6..385a49917c4 100644
--- a/llvm/test/Assembler/select.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud