diff options
author | Christopher Lamb <christopher.lamb@gmail.com> | 2007-04-20 05:05:24 +0000 |
---|---|---|
committer | Christopher Lamb <christopher.lamb@gmail.com> | 2007-04-20 05:05:24 +0000 |
commit | ac79c9e6e008f9388ecba24fb4ce019db867d38d (patch) | |
tree | 48c6b24169ed460828e9047a82dc9776553d9f4a | |
parent | 9c81664f6e7f95244d930381e5017ed7e6579cd0 (diff) | |
download | external_llvm-ac79c9e6e008f9388ecba24fb4ce019db867d38d.zip external_llvm-ac79c9e6e008f9388ecba24fb4ce019db867d38d.tar.gz external_llvm-ac79c9e6e008f9388ecba24fb4ce019db867d38d.tar.bz2 |
Test check in
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36269 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Assembler/select.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Assembler/select.ll b/test/Assembler/select.ll index 1552fa5..385a499 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 |