summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/nsw.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/nsw.ll')
-rw-r--r--test/Transforms/InstCombine/nsw.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/nsw.ll b/test/Transforms/InstCombine/nsw.ll
index 3218371336..afe6e35d96 100644
--- a/test/Transforms/InstCombine/nsw.ll
+++ b/test/Transforms/InstCombine/nsw.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | FileCheck %s
+; RUN: opt %s -instcombine | llvm-dis | FileCheck %s
; CHECK: define i32 @foo
; %y = sub i32 0, %x