diff options
Diffstat (limited to 'test/Transforms/LoopStrengthReduce/X86/2011-07-20-DoubleIV.ll')
-rw-r--r-- | test/Transforms/LoopStrengthReduce/X86/2011-07-20-DoubleIV.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Transforms/LoopStrengthReduce/X86/2011-07-20-DoubleIV.ll b/test/Transforms/LoopStrengthReduce/X86/2011-07-20-DoubleIV.ll index 2fe62e3..0fc928c 100644 --- a/test/Transforms/LoopStrengthReduce/X86/2011-07-20-DoubleIV.ll +++ b/test/Transforms/LoopStrengthReduce/X86/2011-07-20-DoubleIV.ll @@ -4,6 +4,10 @@ ; nonzero initial value. ; rdar://9786536 +; Provide legal integer types. +target datalayout = "n8:16:32:64" + + ; First, make sure LSR doesn't crash on an empty IVUsers list. ; CHECK-LABEL: @dummyIV( ; CHECK-NOT: phi |