summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate/2005-08-24-Crash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/2005-08-24-Crash.ll')
-rw-r--r--test/Transforms/Reassociate/2005-08-24-Crash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/2005-08-24-Crash.ll b/test/Transforms/Reassociate/2005-08-24-Crash.ll
index c1d5259ed5..7e8e5d5a3f 100644
--- a/test/Transforms/Reassociate/2005-08-24-Crash.ll
+++ b/test/Transforms/Reassociate/2005-08-24-Crash.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -reassociate -disable-output
+; RUN: llvm-upgrade < %s | llvm-as | opt -reassociate -disable-output
void %test(int %a, int %b, int %c, int %d) {
%tmp.2 = xor int %a, %b ; <int> [#uses=1]