summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/integer-overflow.c
diff options
context:
space:
mode:
authorChristudasan Devadasan <Christudasan.Devadasan@amd.com>2019-07-22 12:50:30 +0000
committerChristudasan Devadasan <Christudasan.Devadasan@amd.com>2019-07-22 12:50:30 +0000
commit8c5e6fa6575a57765248c158ddf88e4e383afd88 (patch)
treed25419d1cbf09faba4382aeba58404133266f62f /clang/test/CodeGen/integer-overflow.c
parent1f5712ebb5d4e8fe5373d57f13dfdae178f8096a (diff)
downloadbcm5719-llvm-8c5e6fa6575a57765248c158ddf88e4e383afd88.tar.gz
bcm5719-llvm-8c5e6fa6575a57765248c158ddf88e4e383afd88.zip
Updated the signature for some stack related intrinsics (CLANG)
Modified the intrinsics int_addressofreturnaddress, int_frameaddress & int_sponentry. This commit depends on the changes in rL366679 Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D64563 llvm-svn: 366683
Diffstat (limited to 'clang/test/CodeGen/integer-overflow.c')
-rw-r--r--clang/test/CodeGen/integer-overflow.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/test/CodeGen/integer-overflow.c b/clang/test/CodeGen/integer-overflow.c
index 0b28bc5b8a2..dd78908502c 100644
--- a/clang/test/CodeGen/integer-overflow.c
+++ b/clang/test/CodeGen/integer-overflow.c
@@ -99,8 +99,8 @@ void test1() {
// PR24256: don't instrument __builtin_frame_address.
__builtin_frame_address(0 + 0);
- // DEFAULT: call i8* @llvm.frameaddress(i32 0)
- // WRAPV: call i8* @llvm.frameaddress(i32 0)
- // TRAPV: call i8* @llvm.frameaddress(i32 0)
- // CATCH_UB: call i8* @llvm.frameaddress(i32 0)
+ // DEFAULT: call i8* @llvm.frameaddress.p0i8(i32 0)
+ // WRAPV: call i8* @llvm.frameaddress.p0i8(i32 0)
+ // TRAPV: call i8* @llvm.frameaddress.p0i8(i32 0)
+ // CATCH_UB: call i8* @llvm.frameaddress.p0i8(i32 0)
}
OpenPOWER on IntegriCloud