summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/constructor-conversion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/constructor-conversion.cpp')
-rw-r--r--clang/test/CodeGenCXX/constructor-conversion.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/CodeGenCXX/constructor-conversion.cpp b/clang/test/CodeGenCXX/constructor-conversion.cpp
index f135da5e85d..405bba67e86 100644
--- a/clang/test/CodeGenCXX/constructor-conversion.cpp
+++ b/clang/test/CodeGenCXX/constructor-conversion.cpp
@@ -49,6 +49,6 @@ int main() {
// CHECK-LP64: callq __ZN1XC1EPKci
// CHECK-LP64: callq __ZN1XC1Ev
-// CHECK-LP32: call L__ZN1XC1Ei
-// CHECK-LP32: call L__ZN1XC1EPKci
-// CHECK-LP32: call L__ZN1XC1Ev
+// CHECK-LP32: calll L__ZN1XC1Ei
+// CHECK-LP32: calll L__ZN1XC1EPKci
+// CHECK-LP32: calll L__ZN1XC1Ev
OpenPOWER on IntegriCloud