summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2005-06-15-DivSelectCrash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/2005-06-15-DivSelectCrash.ll')
-rw-r--r--test/Transforms/InstCombine/2005-06-15-DivSelectCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2005-06-15-DivSelectCrash.ll b/test/Transforms/InstCombine/2005-06-15-DivSelectCrash.ll
index 0d4e8cac59..fa862fed2a 100644
--- a/test/Transforms/InstCombine/2005-06-15-DivSelectCrash.ll
+++ b/test/Transforms/InstCombine/2005-06-15-DivSelectCrash.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine -disable-output
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output
int %_Z13func_31585107li(int %l_39521025, int %l_59244666) {
%shortcirc_val = select bool false, uint 1, uint 0 ; <uint> [#uses=1]