From: David Blaikie Date: Wed, 31 Dec 2014 00:06:08 +0000 (+0000) Subject: Handle PPC64 return type (signext i32 rather than plain i32) in test case X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3c2978e2d7df1e4494156b95f7bd35acbc15d12;p=clang Handle PPC64 return type (signext i32 rather than plain i32) in test case git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225021 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-line.cpp b/test/CodeGenCXX/debug-info-line.cpp index c0e624df1a..4e1177e0fa 100644 --- a/test/CodeGenCXX/debug-info-line.cpp +++ b/test/CodeGenCXX/debug-info-line.cpp @@ -123,7 +123,7 @@ __complex double f11() { void f12() { int f12_1(); void f12_2(int = f12_1()); -// CHECK: call i32 {{.*}} !dbg [[DBG_F12:!.*]] +// CHECK: call {{(signext )?}}i32 {{.*}} !dbg [[DBG_F12:!.*]] #line 1300 f12_2(); }