diff options
Diffstat (limited to 'test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll')
-rw-r--r-- | test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll b/test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll index 299b79f53e214..47f9cb45cc674 100644 --- a/test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll +++ b/test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -sccp -disable-output +; RUN: opt < %s -sccp -disable-output ; END. target datalayout = "E-p:32:32" target triple = "powerpc-apple-darwin8.7.0" |