diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2008-07-19 15:52:06 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2008-07-19 15:52:06 +0000 |
commit | df75e7100d6466f480114f96f5a0c67512d948a7 (patch) | |
tree | f9259108437c383b9effaf3f8875301275f95d98 /test/Analysis/ScalarEvolution | |
parent | 24dfd0ad25c43fb26d60acad6f3ea705c55aa452 (diff) | |
download | external_llvm-df75e7100d6466f480114f96f5a0c67512d948a7.zip external_llvm-df75e7100d6466f480114f96f5a0c67512d948a7.tar.gz external_llvm-df75e7100d6466f480114f96f5a0c67512d948a7.tar.bz2 |
XFAIL this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53793 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/ScalarEvolution')
-rw-r--r-- | test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll b/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll index 228de9e..cea2a98 100644 --- a/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll +++ b/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll @@ -1,6 +1,7 @@ ; RUN: llvm-as < %s | opt -analyze -scalar-evolution \ ; RUN: -scalar-evolution-max-iterations=0 | grep {61 iterations} ; PR2364 +; XFAIL: * define i32 @func_6() nounwind { entry: |