summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX
diff options
context:
space:
mode:
authorPiotr Padlewski <piotr.padlewski@gmail.com>2017-06-01 19:08:05 +0000
committerPiotr Padlewski <piotr.padlewski@gmail.com>2017-06-01 19:08:05 +0000
commitc86544f5d26415750cabc3fa8edc9071809ca76a (patch)
tree293969d6f6cda9900be589da0ee424fc48c84632 /test/CodeGenCXX
parent1c77e0e09f63effae7503c429654161843e1730f (diff)
Fixed broken test (strict-vtable-pointers)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304455 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX')
-rw-r--r--test/CodeGenCXX/strict-vtable-pointers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/strict-vtable-pointers.cpp b/test/CodeGenCXX/strict-vtable-pointers.cpp
index 890e53e869..c3798920ab 100644
--- a/test/CodeGenCXX/strict-vtable-pointers.cpp
+++ b/test/CodeGenCXX/strict-vtable-pointers.cpp
@@ -209,7 +209,7 @@ void UnionsBarriers(U *u) {
// CHECK-NEW: call i8* @llvm.invariant.group.barrier(i8*
// CHECK-NEW: call void @_Z2g2P1A(%struct.A*
g2(&u->b);
- // CHECK-NEW: call void @_Z9changeToAP1U(%union.U* %6)
+ // CHECK-NEW: call void @_Z9changeToAP1U(%union.U*
changeToA(u);
// CHECK-NEW: call i8* @llvm.invariant.group.barrier(i8*
// call void @_Z2g2P1A(%struct.A* %a)