aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2004-08-09-RemInfLoop.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/2004-08-09-RemInfLoop.llx')
-rw-r--r--test/Transforms/InstCombine/2004-08-09-RemInfLoop.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2004-08-09-RemInfLoop.llx b/test/Transforms/InstCombine/2004-08-09-RemInfLoop.llx
index 1ed6054..98b35fe 100644
--- a/test/Transforms/InstCombine/2004-08-09-RemInfLoop.llx
+++ b/test/Transforms/InstCombine/2004-08-09-RemInfLoop.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine
; This testcase should not send the instcombiner into an infinite loop!