summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cast-conversion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/cast-conversion.cpp')
-rw-r--r--clang/test/CodeGenCXX/cast-conversion.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/clang/test/CodeGenCXX/cast-conversion.cpp b/clang/test/CodeGenCXX/cast-conversion.cpp
index 6dc6de60184..27e34b9d32f 100644
--- a/clang/test/CodeGenCXX/cast-conversion.cpp
+++ b/clang/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
OpenPOWER on IntegriCloud