summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/arm.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-06-16 17:49:52 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-06-16 17:49:52 +0000
commit75d0f82e50565cc4cf71140ecf2141a40a3a5af9 (patch)
treec2998c5912ea1006977d8d5b708adc3dcdfc00b1 /test/CodeGenCXX/arm.cpp
parent2ac54ec0a8ad305fdd76847c2fd6631cfb7baa82 (diff)
Fix tests that I missed from my previous commit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106118 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/arm.cpp')
-rw-r--r--test/CodeGenCXX/arm.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGenCXX/arm.cpp b/test/CodeGenCXX/arm.cpp
index 5cca7885b7..1d4085ca23 100644
--- a/test/CodeGenCXX/arm.cpp
+++ b/test/CodeGenCXX/arm.cpp
@@ -16,5 +16,4 @@ public:
bar baz;
// CHECK: @_GLOBAL__D_a()
-// CHECK: call arm_apcscc void @_ZN3barD1Ev(%class.bar* @baz)
-
+// CHECK: call void @_ZN3barD1Ev(%class.bar* @baz)