aboutsummaryrefslogtreecommitdiffstats
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 99c98ef..10e05a9 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: opt %s -reassociate -disable-output
define void @test(i32 %a, i32 %b, i32 %c, i32 %d) {
%tmp.2 = xor i32 %a, %b ; <i32> [#uses=1]