diff options
Diffstat (limited to 'llvm/test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise.ll')
-rw-r--r-- | llvm/test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise.ll b/llvm/test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise.ll index 61c39723c1f..5f6250ef33e 100644 --- a/llvm/test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise.ll +++ b/llvm/test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise.ll @@ -1,8 +1,8 @@ -; This example should be raised to return a Hash directly without casting. To -; successful, all cast instructions should be eliminated from this testcase. +; This example should be raised to return a Hash directly without casting. +; LevelRaise should eliminate all cast instructions from this testcase. ; ; XFAIL: * -; RUN: llvm-as < %s | opt -raise | llvm-dis | not grep cast +; RUN: llvm-as < %s | opt -raise | llvm-dis | notcast %Hash = type { { uint, sbyte *, \2 } * *, int (uint) *, int } * %hash = type { { uint, sbyte *, \2 } * *, int (uint) *, int } |