diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-26 04:12:34 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-26 04:12:34 +0000 |
| commit | 3ce448a1d6e4e4b41e1d1a24eac2d268ce044821 (patch) | |
| tree | 97757f7f5cabaa91e1b72c37a2a5d7a519aba588 /clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp | |
| parent | 7618240aa9037bd5e56dcc62c459d72b3ecd7e83 (diff) | |
| download | bcm5719-llvm-3ce448a1d6e4e4b41e1d1a24eac2d268ce044821.tar.gz bcm5719-llvm-3ce448a1d6e4e4b41e1d1a24eac2d268ce044821.zip | |
clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp: Fix for -Asserts, like CHECK64 does.
llvm-svn: 214014
Diffstat (limited to 'clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp b/clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp index 288f3c68ce1..9bcfb9c184e 100644 --- a/clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp +++ b/clang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp @@ -16,7 +16,7 @@ C::C() {} // force emission // CHECK32-LABEL: define linkonce_odr x86_thiscallcc void @"\01?foo@C@byval_thunk@@W3AEXUAgg@2@@Z" // CHECK32: (%"struct.byval_thunk::C"* %this, <{ %"struct.byval_thunk::Agg" }>* inalloca) -// CHECK32: %2 = getelementptr i8* %{{.*}}, i32 -4 +// CHECK32: getelementptr i8* %{{.*}}, i32 -4 // CHECK32: musttail call x86_thiscallcc void @"\01?foo@C@byval_thunk@@UAEXUAgg@2@@Z" // CHECK32: (%"struct.byval_thunk::C"* %{{.*}}, <{ %"struct.byval_thunk::Agg" }>* inalloca %0) // CHECK32-NEXT: ret void |

