diff options
Diffstat (limited to 'test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll')
-rw-r--r-- | test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll b/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll index 08d2c24327..1bb63dd778 100644 --- a/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll +++ b/test/Transforms/LevelRaise/2002-02-11-ArrayShape.ll @@ -17,6 +17,7 @@ ; The fix is to have the -raise pass correctly convert it to the second ; equivelent form. ; +; XFAIL: * ; RUN: llvm-as < %s | opt -q -raise > Output/%s.raised.bc ; RUN: lli -force-interpreter -array-checks < Output/%s.raised.bc ; |