diff options
Diffstat (limited to 'test/Transforms/SCCP/2004-11-16-DeadInvoke.ll')
-rw-r--r-- | test/Transforms/SCCP/2004-11-16-DeadInvoke.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/2004-11-16-DeadInvoke.ll b/test/Transforms/SCCP/2004-11-16-DeadInvoke.ll index cf64677334a2..5d2c78ef874c 100644 --- a/test/Transforms/SCCP/2004-11-16-DeadInvoke.ll +++ b/test/Transforms/SCCP/2004-11-16-DeadInvoke.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -sccp -disable-output +; RUN: opt < %s -sccp -disable-output declare i32 @foo() |