diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:44:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:44:32 +0000 |
commit | 5a5ac124e1efaf208671f01c46edb15f29ed2a0b (patch) | |
tree | a6140557876943cdd800ee997c9317283394b22c /test/Bitcode/constantsTest.3.2.ll | |
parent | f03b5bed27d0d2eafd68562ce14f8b5e3f1f0801 (diff) |
Diffstat (limited to 'test/Bitcode/constantsTest.3.2.ll')
-rw-r--r-- | test/Bitcode/constantsTest.3.2.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Bitcode/constantsTest.3.2.ll b/test/Bitcode/constantsTest.3.2.ll index b4973cf7a8324..3dea935dcf2d0 100644 --- a/test/Bitcode/constantsTest.3.2.ll +++ b/test/Bitcode/constantsTest.3.2.ll @@ -99,10 +99,10 @@ entry: inttoptr i8 1 to i8* ; CHECK-NEXT: bitcast i32 1 to <2 x i16> bitcast i32 1 to <2 x i16> - ; CHECK-NEXT: getelementptr i32* @X, i32 0 - getelementptr i32* @X, i32 0 - ; CHECK-NEXT: getelementptr inbounds i32* @X, i32 0 - getelementptr inbounds i32* @X, i32 0 + ; CHECK-NEXT: getelementptr i32, i32* @X, i32 0 + getelementptr i32, i32* @X, i32 0 + ; CHECK-NEXT: getelementptr inbounds i32, i32* @X, i32 0 + getelementptr inbounds i32, i32* @X, i32 0 ; CHECK: select i1 true, i32 1, i32 0 select i1 true ,i32 1, i32 0 ; CHECK-NEXT: icmp eq i32 1, 0 |