commit | 287ab9fe9266220a8b910623094e91a2296b977f | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Tue May 01 11:13:04 2012 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Tue May 01 11:13:04 2012 +0000 |
tree | ef8aebc6a8fdf4075f09222db8fa428bdecb89ff | |
parent | 9ff009faecbcdd4f81c709690a7887b20fc00ca4 [diff] [blame] |
clang/test/CodeGenCXX: Fix two tests, destructors.cpp and microsoft-abi-array-cookies.cpp, for -Asserts. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155913 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/microsoft-abi-array-cookies.cpp b/test/CodeGenCXX/microsoft-abi-array-cookies.cpp index 8f31fcd..e07b097 100644 --- a/test/CodeGenCXX/microsoft-abi-array-cookies.cpp +++ b/test/CodeGenCXX/microsoft-abi-array-cookies.cpp
@@ -54,6 +54,6 @@ // CHECK: bitcast i8* [[ARRAY]] to [[CLASS:%.*]]* delete [] array; -// CHECK: [[ARRAY_AS_CHAR:%.*]] = bitcast [[CLASS]]* %3 to i8* +// CHECK: [[ARRAY_AS_CHAR:%.*]] = bitcast [[CLASS]]* // CHECK: getelementptr inbounds i8* [[ARRAY_AS_CHAR]], i64 -8 }