Update this test to expect the "inbounds" keyword, which LLVM's constant
folder is now automatically adding.
llvm-svn: 81491
diff --git a/clang/test/CodeGen/const-init.c b/clang/test/CodeGen/const-init.c
index 106e2dd..278d84f 100644
--- a/clang/test/CodeGen/const-init.c
+++ b/clang/test/CodeGen/const-init.c
@@ -85,7 +85,7 @@
static int *p[] = { &g19 };
}
-// RUN: grep '@g20.l0 = internal global %.truct.g20_s1 { %.truct.g20_s0\* null, %.truct.g20_s0\*\* getelementptr (%.truct.g20_s1\* @g20.l0, i32 0, i32 0) }' %t &&
+// RUN: grep '@g20.l0 = internal global %.truct.g20_s1 { %.truct.g20_s0\* null, %.truct.g20_s0\*\* getelementptr inbounds (%.truct.g20_s1\* @g20.l0, i32 0, i32 0) }' %t &&
struct g20_s0;
struct g20_s1 {