From 39fcc9a984e2820e4ea0fa2ac4abd17d9f3a31df Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 20 Feb 2011 13:06:31 +0000 Subject: Vendor import of clang trunk r126079: http://llvm.org/svn/llvm-project/cfe/trunk@126079 --- test/CodeGenCXX/constructor-conversion.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/CodeGenCXX/constructor-conversion.cpp') 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 @@ 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 -- cgit v1.1