Update Clang tests to handle explicitly typed gep changes in LLVM.

llvm-svn: 230783
This commit is contained in:
David Blaikie
2015-02-27 19:18:17 +00:00
parent d99b8f3ba8
commit 218b783192
122 changed files with 1217 additions and 1217 deletions

View File

@@ -38,11 +38,11 @@ void check_array_value_init() {
new (int S::*[3][4][5]) ();
// CHECK: call noalias i8* @_Zna{{.}}(i{{32 240|64 480}})
// CHECK: getelementptr inbounds i{{32|64}}* {{.*}}, i{{32|64}} 60
// CHECK: getelementptr inbounds i{{32|64}}, i{{32|64}}* {{.*}}, i{{32|64}} 60
// CHECK: phi
// CHECK: store i{{32|64}} -1,
// CHECK: getelementptr inbounds i{{32|64}}* {{.*}}, i{{32|64}} 1
// CHECK: getelementptr inbounds i{{32|64}}, i{{32|64}}* {{.*}}, i{{32|64}} 1
// CHECK: icmp eq
// CHECK: br i1
}