]> granicus.if.org Git - clang/commitdiff
Update cxx-irgen.cpp test to allow signext in alwaysinline functions.
authorSamuel Antao <sfantao@us.ibm.com>
Mon, 14 Sep 2015 17:41:32 +0000 (17:41 +0000)
committerSamuel Antao <sfantao@us.ibm.com>
Mon, 14 Sep 2015 17:41:32 +0000 (17:41 +0000)
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

index 73d1746789291760cd88574af1db1d3b3c48cc54..fbdc158b2d5165533d571a990ab29935fb5af8f2 100644 (file)
@@ -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<int>::g();
 
 int b = h();