diff options
| author | Timur Iskhodzhanov <timurrrr@google.com> | 2013-10-22 18:15:24 +0000 |
|---|---|---|
| committer | Timur Iskhodzhanov <timurrrr@google.com> | 2013-10-22 18:15:24 +0000 |
| commit | 827365ea8f535d1a6749cf40957006c7484f15a7 (patch) | |
| tree | b73f3cccdaaaf7c179aac073dfc63426a185684f /clang/test/CodeGenCXX/microsoft-abi-exceptions.cpp | |
| parent | d70a055394ee16eef09dd031369e24472005da73 (diff) | |
| download | bcm5719-llvm-827365ea8f535d1a6749cf40957006c7484f15a7.tar.gz bcm5719-llvm-827365ea8f535d1a6749cf40957006c7484f15a7.zip | |
Use GEPs correctly when adjusting this in MicrosoftCXXABI
Reviewed at http://llvm-reviews.chandlerc.com/D1977
llvm-svn: 193176
Diffstat (limited to 'clang/test/CodeGenCXX/microsoft-abi-exceptions.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/microsoft-abi-exceptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/microsoft-abi-exceptions.cpp b/clang/test/CodeGenCXX/microsoft-abi-exceptions.cpp index c95adcd8eeb..2bd476e99ff 100644 --- a/clang/test/CodeGenCXX/microsoft-abi-exceptions.cpp +++ b/clang/test/CodeGenCXX/microsoft-abi-exceptions.cpp @@ -141,7 +141,7 @@ C::C() { foo(); } // // We shouldn't do any vbptr loads, just constant GEPs. // WIN32-NOT: load -// WIN32: getelementptr inbounds i8* %{{.*}}, i64 4 +// WIN32: getelementptr i8* %{{.*}}, i32 4 // WIN32-NOT: load // WIN32: bitcast i8* %{{.*}} to %"struct.crash_on_partial_destroy::B"* // WIN32: invoke x86_thiscallcc void @"\01??1B@crash_on_partial_destroy@@UAE@XZ" |

