summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate/looptest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/looptest.ll')
-rw-r--r--test/Transforms/Reassociate/looptest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/looptest.ll b/test/Transforms/Reassociate/looptest.ll
index aa7000f9fa..97127bb950 100644
--- a/test/Transforms/Reassociate/looptest.ll
+++ b/test/Transforms/Reassociate/looptest.ll
@@ -12,7 +12,7 @@
; In this case, we want to reassociate the specified expr so that i+j can be
; hoisted out of the inner most loop.
;
-; RUN: llvm-as < %s | opt -reassociate | llvm-dis | grep 115 | not grep 117
+; RUN: llvm-upgrade < %s | llvm-as | opt -reassociate | llvm-dis | grep 115 | not grep 117
%.LC0 = internal global [4 x sbyte] c"%d\0A\00" ; <[4 x sbyte]*> [#uses=1]