update a bunch of tests that are using the x86 backend instead of grepping IR :(


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114535 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/PR5050-constructor-conversion.cpp b/test/CodeGenCXX/PR5050-constructor-conversion.cpp
index 9103b83..aa75ea4 100644
--- a/test/CodeGenCXX/PR5050-constructor-conversion.cpp
+++ b/test/CodeGenCXX/PR5050-constructor-conversion.cpp
@@ -13,6 +13,6 @@
 
 // CHECK-LP64: callq    __ZN1AC1ERKS_i
 
-// CHECK-LP32: call     L__ZN1AC1ERKS_i
+// CHECK-LP32: calll     L__ZN1AC1ERKS_i
 
 
diff --git a/test/CodeGenCXX/array-construction.cpp b/test/CodeGenCXX/array-construction.cpp
index ab46be7..d044ac5 100644
--- a/test/CodeGenCXX/array-construction.cpp
+++ b/test/CodeGenCXX/array-construction.cpp
@@ -32,5 +32,5 @@
 
 // CHECK-LP64: callq    __ZN4xptoC1Ev
 
-// CHECK-LP32: call     L__ZN4xptoC1Ev
+// CHECK-LP32: calll     L__ZN4xptoC1Ev
 
diff --git a/test/CodeGenCXX/array-operator-delete-call.cpp b/test/CodeGenCXX/array-operator-delete-call.cpp
index acb85d2..ad60cf6 100644
--- a/test/CodeGenCXX/array-operator-delete-call.cpp
+++ b/test/CodeGenCXX/array-operator-delete-call.cpp
@@ -59,5 +59,5 @@
 
 // CHECK-LP64: callq    __ZdaPv
 
-// CHECK-LP32: call     L__ZdaPv
+// CHECK-LP32: calll     L__ZdaPv
 
diff --git a/test/CodeGenCXX/call-arg-zero-temp.cpp b/test/CodeGenCXX/call-arg-zero-temp.cpp
index ed8118e..88e7452 100644
--- a/test/CodeGenCXX/call-arg-zero-temp.cpp
+++ b/test/CodeGenCXX/call-arg-zero-temp.cpp
@@ -19,4 +19,4 @@
 
 // CHECK-LP64: callq    __Z3foo3obj
 
-// CHECK-LP32: call     __Z3foo3obj
+// CHECK-LP32: calll     __Z3foo3obj
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 @@
 // 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
diff --git a/test/CodeGenCXX/constructor-conversion.cpp b/test/CodeGenCXX/constructor-conversion.cpp
index f135da5..405bba6 100644
--- a/test/CodeGenCXX/constructor-conversion.cpp
+++ b/test/CodeGenCXX/constructor-conversion.cpp
@@ -49,6 +49,6 @@
 // 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
diff --git a/test/CodeGenCXX/constructor-default-arg.cpp b/test/CodeGenCXX/constructor-default-arg.cpp
index ec0b8da..0c08c76 100644
--- a/test/CodeGenCXX/constructor-default-arg.cpp
+++ b/test/CodeGenCXX/constructor-default-arg.cpp
@@ -34,6 +34,6 @@
 // CHECK-LP64: callq __ZN1XC1ERKS_iii
 // CHECK-LP64: callq __ZN1XC1ERKS_iii
 
-// CHECK-LP32: call L__ZN1XC1ERKS_iii
-// CHECK-LP32: call L__ZN1XC1ERKS_iii
-// CHECK-LP32: call L__ZN1XC1ERKS_iii
+// CHECK-LP32: calll L__ZN1XC1ERKS_iii
+// CHECK-LP32: calll L__ZN1XC1ERKS_iii
+// CHECK-LP32: calll L__ZN1XC1ERKS_iii
diff --git a/test/CodeGenCXX/constructor-for-array-members.cpp b/test/CodeGenCXX/constructor-for-array-members.cpp
index b981da4..fd6dc6d 100644
--- a/test/CodeGenCXX/constructor-for-array-members.cpp
+++ b/test/CodeGenCXX/constructor-for-array-members.cpp
@@ -40,4 +40,4 @@
 
 // CHECK-LP64: callq __ZN1SC1Ev
 
-// CHECK-LP32: call L__ZN1SC1Ev
+// CHECK-LP32: calll L__ZN1SC1Ev
diff --git a/test/CodeGenCXX/convert-to-fptr.cpp b/test/CodeGenCXX/convert-to-fptr.cpp
index dc49401..f895dbc 100644
--- a/test/CodeGenCXX/convert-to-fptr.cpp
+++ b/test/CodeGenCXX/convert-to-fptr.cpp
@@ -41,6 +41,6 @@
 // CHECK-LP64: callq __ZN1AcvPFiiEEv
 // CHECK-LP64: callq __ZN1BcvRFiiEEv
 
-// CHECK-LP32: call L__ZN1AcvPFiiEEv
-// CHECK-LP32: call L__ZN1BcvRFiiEEv
+// CHECK-LP32: calll L__ZN1AcvPFiiEEv
+// CHECK-LP32: calll L__ZN1BcvRFiiEEv
 
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 @@
 // 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
diff --git a/test/CodeGenCXX/default-constructor-for-members.cpp b/test/CodeGenCXX/default-constructor-for-members.cpp
index 1f17746..a97764d 100644
--- a/test/CodeGenCXX/default-constructor-for-members.cpp
+++ b/test/CodeGenCXX/default-constructor-for-members.cpp
@@ -20,4 +20,4 @@
 
 // CHECK-LP64: callq __ZN1SC1Ev
 
-// CHECK-LP32: call L__ZN1SC1Ev
+// CHECK-LP32: calll L__ZN1SC1Ev
diff --git a/test/CodeGenCXX/derived-to-base-conv.cpp b/test/CodeGenCXX/derived-to-base-conv.cpp
index f2835b7..006f264 100644
--- a/test/CodeGenCXX/derived-to-base-conv.cpp
+++ b/test/CodeGenCXX/derived-to-base-conv.cpp
@@ -78,7 +78,7 @@
 // CHECK-LP64: callq    __ZN1XcvR1BEv
 // CHECK-LP64: callq    __ZN1AC1ERKS_
 
-// CHECK-LP32: call     L__ZN1XcvR1BEv
-// CHECK-LP32: call     L__ZN1AC1ERKS_
+// CHECK-LP32: calll     L__ZN1XcvR1BEv
+// CHECK-LP32: calll     L__ZN1AC1ERKS_
 
 
diff --git a/test/CodeGenCXX/ptr-to-member-function.cpp b/test/CodeGenCXX/ptr-to-member-function.cpp
index e3912fe..89db142 100644
--- a/test/CodeGenCXX/ptr-to-member-function.cpp
+++ b/test/CodeGenCXX/ptr-to-member-function.cpp
@@ -66,5 +66,5 @@
 // CHECK-LP64: callq	__ZN1XcvM1BFvvEEv
 // CHECK-LP64: callq	__Z1gM1CFvvE
 
-// CHECK-LP32: call	L__ZN1XcvM1BFvvEEv
-// CHECK-LP32: call	__Z1gM1CFvvE
+// CHECK-LP32: calll	L__ZN1XcvM1BFvvEEv
+// CHECK-LP32: calll	__Z1gM1CFvvE