Add a test for the -suppress-warnings option.
[oota-llvm.git] / test / Feature / const_pv.ll
1 ; RUN: llvm-as %s -disable-output
2 @G = constant <3 x i64> ptrtoint (<3 x i8*> <i8* null, i8* null, i8* null> to <3 x i64>)
3
4 @G1 = global i8 zeroinitializer
5 @g = constant <2 x i8*> getelementptr (<2 x i8*> <i8* @G1, i8* @G1>, <2 x i32> <i32 0, i32 0>)
6
7 @t = constant <2 x i1> icmp eq (<2 x i32> ptrtoint (<2 x i8*> zeroinitializer to <2 x i32>), <2 x i32> zeroinitializer )
8