Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / cast-set.ll
index 611ded473efea024cc2bc371a9091776e68fc09b..893440424c4c9a633385a85207e3b0183794616a 100644 (file)
@@ -1,6 +1,8 @@
 ; This tests for various complex cast elimination cases instcombine should
 ; handle.
 
+target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
+
 ; RUN: opt < %s -instcombine -S | FileCheck %s
 
 define i1 @test1(i32 %X) {