Skip to content

Commit c23a8b2

Browse files
author
Samuel Antao
committedSep 14, 2015
Update cxx-irgen.cpp test to allow signext in alwaysinline functions.
This was causing an error in Power8 targets. llvm-svn: 247584
1 parent 8977618 commit c23a8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎clang/test/Modules/cxx-irgen.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace EmitInlineMethods {
2626
};
2727
}
2828

29-
// CHECK-DAG: define internal i32 @_ZN1SIiE1gEv.alwaysinline() #[[ALWAYS_INLINE:.*]] align
29+
// CHECK-DAG: define internal {{.*}}i32 @_ZN1SIiE1gEv.alwaysinline() #[[ALWAYS_INLINE:.*]] align
3030
int a = S<int>::g();
3131

3232
int b = h();

0 commit comments

Comments
 (0)
Please sign in to comment.