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 422b977..91301f0 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 | grep '= cast' | not grep \* +; RUN: llvm-as < %s | opt -raise | llvm-dis | not grep bitcast implementation ; Functions: |