diff options
Diffstat (limited to 'test/CodeGenCXX/decl-ref-init.cpp')
-rw-r--r-- | test/CodeGenCXX/decl-ref-init.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/decl-ref-init.cpp b/test/CodeGenCXX/decl-ref-init.cpp index c215b1b..58fdeda 100644 --- a/test/CodeGenCXX/decl-ref-init.cpp +++ b/test/CodeGenCXX/decl-ref-init.cpp @@ -26,5 +26,5 @@ int main() { // CHECK-LP64: callq __ZN1BcvR1AEv // CHECK-LP64: callq __ZN1BcvR1AEv -// CHECK-LP32: call L__ZN1BcvR1AEv -// CHECK-LP32: call L__ZN1BcvR1AEv +// CHECK-LP32: calll L__ZN1BcvR1AEv +// CHECK-LP32: calll L__ZN1BcvR1AEv |