diff options
Diffstat (limited to 'test/CodeGenCXX/cast-conversion.cpp')
-rw-r--r-- | test/CodeGenCXX/cast-conversion.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/CodeGenCXX/cast-conversion.cpp b/test/CodeGenCXX/cast-conversion.cpp index 6dc6de6..27e34b9 100644 --- a/test/CodeGenCXX/cast-conversion.cpp +++ b/test/CodeGenCXX/cast-conversion.cpp @@ -24,9 +24,9 @@ int main () { // CHECK-LP64: callq __ZN1AC1Ei // CHECK-LP64: callq __ZN1BC1E1A -// CHECK-LP32: call L__ZN1AC1Ei -// CHECK-LP32: call L__ZN1BC1E1A -// CHECK-LP32: call L__ZN1AC1Ei -// CHECK-LP32: call L__ZN1BC1E1A -// CHECK-LP32: call L__ZN1AC1Ei -// CHECK-LP32: call L__ZN1BC1E1A +// CHECK-LP32: calll L__ZN1AC1Ei +// CHECK-LP32: calll L__ZN1BC1E1A +// CHECK-LP32: calll L__ZN1AC1Ei +// CHECK-LP32: calll L__ZN1BC1E1A +// CHECK-LP32: calll L__ZN1AC1Ei +// CHECK-LP32: calll L__ZN1BC1E1A |