diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-25 09:53:18 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-09-25 09:53:18 +0000 |
| commit | 924ce0d9aa8f5dca78cde7eee3f90eb3cb9be15f (patch) | |
| tree | 7fbf2dc260c77ab8f934a27f56bfd2e9ec6a1192 /clang/test/CodeGenCXX/microsoft-abi-methods.cpp | |
| parent | f652e9a6b01d1aeef13b4376e3d14078ae4b8dec (diff) | |
| download | bcm5719-llvm-924ce0d9aa8f5dca78cde7eee3f90eb3cb9be15f.tar.gz bcm5719-llvm-924ce0d9aa8f5dca78cde7eee3f90eb3cb9be15f.zip | |
clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts.
llvm-svn: 164594
Diffstat (limited to 'clang/test/CodeGenCXX/microsoft-abi-methods.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/microsoft-abi-methods.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/microsoft-abi-methods.cpp b/clang/test/CodeGenCXX/microsoft-abi-methods.cpp index 6911bc2eecc..c996ba5b847 100644 --- a/clang/test/CodeGenCXX/microsoft-abi-methods.cpp +++ b/clang/test/CodeGenCXX/microsoft-abi-methods.cpp @@ -72,7 +72,7 @@ void constructors() { // Make sure that the Base constructor call in the Child constructor uses // the right calling convention: // CHECK: define linkonce_odr x86_thiscallcc %class.Child* @"\01??0Child@@QAE@XZ" -// CHECK: %call = call x86_thiscallcc %class.Base* @"\01??0Base@@QAE@XZ" +// CHECK: %{{[.0-9A-Z_a-z]+}} = call x86_thiscallcc %class.Base* @"\01??0Base@@QAE@XZ" // CHECK: ret // Make sure that the Base destructor call in the Child denstructor uses |

