From c4c3e1f8440dbea1294cef9590454ab390259c8c Mon Sep 17 00:00:00 2001 From: Samuel Antao Date: Mon, 14 Sep 2015 17:41:32 +0000 Subject: [PATCH] Update cxx-irgen.cpp test to allow signext in alwaysinline functions. This was causing an error in Power8 targets. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247584 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/cxx-irgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Modules/cxx-irgen.cpp b/test/Modules/cxx-irgen.cpp index 73d1746789..fbdc158b2d 100644 --- a/test/Modules/cxx-irgen.cpp +++ b/test/Modules/cxx-irgen.cpp @@ -26,7 +26,7 @@ namespace EmitInlineMethods { }; } -// CHECK-DAG: define internal i32 @_ZN1SIiE1gEv.alwaysinline() #[[ALWAYS_INLINE:.*]] align +// CHECK-DAG: define internal {{.*}}i32 @_ZN1SIiE1gEv.alwaysinline() #[[ALWAYS_INLINE:.*]] align int a = S::g(); int b = h(); -- 2.40.0