diff options
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll')
| -rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll b/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll index 56a89f6502b..36941ad6d36 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/change-compare-stride-trickiness-0.ll @@ -6,7 +6,7 @@ target triple = "x86_64-apple-darwin9"  ; happens before the relevant use, so the comparison stride can't be  ; easily changed. -define void @foo() { +define void @foo() nounwind {  entry:  	br label %loop  | 

