Make DataLayout Non-Optional in the Module
[oota-llvm.git] / test / Transforms / InstCombine / type_pun.ll
index 33143ef561b35cf175306653b2ebc736d0b60362..098164cd029f02f96c41e93947532416d70e50cb 100644 (file)
 ; cleaning up the alloca/store/GEP/load.
 
 
+; Provide legal integer types.
+target datalayout = "p:32:32"
+
+
 ; Extracting the zeroth element in an i32 array.
 define i32 @type_pun_zeroth(<16 x i8> %in) {
 ; CHECK-LABEL: @type_pun_zeroth(