Make DataLayout Non-Optional in the Module
[oota-llvm.git] / test / Transforms / IndVarSimplify / 2008-09-02-IVType.ll
index 4c0c327923221f1b259d2ba9615fee463dd5bd57..58934f5ef84b20be45e2a940af8c12f6021c5c4c 100644 (file)
@@ -1,6 +1,10 @@
 ; RUN: opt < %s -indvars -S | grep sext | count 1
 ; ModuleID = '<stdin>'
 
+; Provide legal integer types.
+target datalayout = "n8:16:32:64"
+
+
        %struct.App1Marker = type <{ i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 }>
        %struct.ComponentInstanceRecord = type <{ [1 x i32] }>
        %struct.DCPredictors = type { [5 x i16] }