diff options
Diffstat (limited to 'test/Transforms/ADCE/2002-05-28-Crash-distilled.ll')
-rw-r--r-- | test/Transforms/ADCE/2002-05-28-Crash-distilled.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ADCE/2002-05-28-Crash-distilled.ll b/test/Transforms/ADCE/2002-05-28-Crash-distilled.ll index 347559b..1fcf609 100644 --- a/test/Transforms/ADCE/2002-05-28-Crash-distilled.ll +++ b/test/Transforms/ADCE/2002-05-28-Crash-distilled.ll @@ -1,6 +1,6 @@ ; This testcase is a distilled form of: 2002-05-28-Crash.ll -; RUN: as < %s | opt -adce +; RUN: llvm-as < %s | opt -adce float "test"(int %i) { %F = cast int %i to float ; This BB is not dead |