diff options
Diffstat (limited to 'test/Transforms/LoopStrengthReduce/count-to-zero.ll')
-rw-r--r-- | test/Transforms/LoopStrengthReduce/count-to-zero.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Transforms/LoopStrengthReduce/count-to-zero.ll b/test/Transforms/LoopStrengthReduce/count-to-zero.ll index 0e96f02..ca93e38 100644 --- a/test/Transforms/LoopStrengthReduce/count-to-zero.ll +++ b/test/Transforms/LoopStrengthReduce/count-to-zero.ll @@ -1,6 +1,9 @@ ; RUN: opt < %s -loop-reduce -S | FileCheck %s ; rdar://7382068 +; Provide legal integer types. +target datalayout = "n8:16:32:64" + define void @t(i32 %c) nounwind optsize { entry: br label %bb6 |