diff options
Diffstat (limited to 'test/Transforms/LevelRaise/2002-07-16-SourceAndDestCrash.ll')
-rw-r--r-- | test/Transforms/LevelRaise/2002-07-16-SourceAndDestCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LevelRaise/2002-07-16-SourceAndDestCrash.ll b/test/Transforms/LevelRaise/2002-07-16-SourceAndDestCrash.ll index 296e9e1..792a035 100644 --- a/test/Transforms/LevelRaise/2002-07-16-SourceAndDestCrash.ll +++ b/test/Transforms/LevelRaise/2002-07-16-SourceAndDestCrash.ll @@ -2,7 +2,7 @@ ; because both the source and the destination of the %Y cast are converted ; to a new type, which causes massive problems. -; RUN: as < %s | opt -raise -raise-start-inst=W +; RUN: llvm-as < %s | opt -raise -raise-start-inst=W int **%test(sbyte **%S) { BB0: |