diff options
Diffstat (limited to 'test/Transforms/LevelRaise/2002-07-18-MissedAllocaRaise.ll')
-rw-r--r-- | test/Transforms/LevelRaise/2002-07-18-MissedAllocaRaise.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LevelRaise/2002-07-18-MissedAllocaRaise.ll b/test/Transforms/LevelRaise/2002-07-18-MissedAllocaRaise.ll index 91301f0510..7ab4ea360d 100644 --- a/test/Transforms/LevelRaise/2002-07-18-MissedAllocaRaise.ll +++ b/test/Transforms/LevelRaise/2002-07-18-MissedAllocaRaise.ll @@ -1,6 +1,6 @@ ; Looks like we don't raise alloca's like we do mallocs ; XFAIL: * -; RUN: llvm-as < %s | opt -raise | llvm-dis | not grep bitcast +; RUN: llvm-upgrade < %s | llvm-as | opt -raise | llvm-dis | not grep bitcast implementation ; Functions: |