Make DataLayout Non-Optional in the Module
[oota-llvm.git] / test / Transforms / IndVarSimplify / preserve-signed-wrap.ll
index 1fdbc63762cb4adf853543a71f52644ccb0ac8a3..c8d34acb24ae8fb9396ab72178d6c9e1cd44def4 100644 (file)
@@ -4,6 +4,10 @@
 ; sext for the addressing, however it shouldn't eliminate the sext
 ; on the other phi, since that value undergoes signed wrapping.
 
+; Provide legal integer types.
+target datalayout = "n8:16:32:64"
+
+
 define void @foo(i32* nocapture %d, i32 %n) nounwind {
 entry:
        %0 = icmp sgt i32 %n, 0         ; <i1> [#uses=1]