From e3c2978e2d7df1e4494156b95f7bd35acbc15d12 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 31 Dec 2014 00:06:08 +0000 Subject: [PATCH] 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 --- test/CodeGenCXX/debug-info-line.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.40.0