diff options
Diffstat (limited to 'clang/test/CodeGenCXX/const-init.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/const-init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/const-init.cpp b/clang/test/CodeGenCXX/const-init.cpp index 05896ff7db0..3dc8f673030 100644 --- a/clang/test/CodeGenCXX/const-init.cpp +++ b/clang/test/CodeGenCXX/const-init.cpp @@ -74,5 +74,5 @@ void FoldableAddrLabelDiff() { static long x = (long)&&a-(long)&&b; a:b:return;} int &i = reinterpret_cast<int&>(PR9558); int arr[2]; -// CHECK: @pastEnd = constant i32* bitcast (i8* getelementptr (i8* bitcast ([2 x i32]* @arr to i8*), i64 8) to i32*) +// CHECK: @pastEnd = constant i32* bitcast (i8* getelementptr (i8, i8* bitcast ([2 x i32]* @arr to i8*), i64 8) to i32*) int &pastEnd = arr[2]; |

