diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-08-22 21:28:54 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-08-22 21:28:54 +0000 |
commit | 80075c482c474c39bd06402550211c314c178404 (patch) | |
tree | 86bd85d1a52292fd98f49358b5a12885c451f3bf /test/DebugInfo/2010-05-03-DisableFramePtr.ll | |
parent | cec45be796b88ed99b98411d31bd2ca6dd0fb876 (diff) | |
download | external_llvm-80075c482c474c39bd06402550211c314c178404.zip external_llvm-80075c482c474c39bd06402550211c314c178404.tar.gz external_llvm-80075c482c474c39bd06402550211c314c178404.tar.bz2 |
Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'false'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/2010-05-03-DisableFramePtr.ll')
-rw-r--r-- | test/DebugInfo/2010-05-03-DisableFramePtr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2010-05-03-DisableFramePtr.ll b/test/DebugInfo/2010-05-03-DisableFramePtr.ll index 1aa2240..9d58f14 100644 --- a/test/DebugInfo/2010-05-03-DisableFramePtr.ll +++ b/test/DebugInfo/2010-05-03-DisableFramePtr.ll @@ -2,7 +2,7 @@ ; Radar 7937664 %struct.AppleEvent = type opaque -define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "no-frame-pointer-elim-non-leaf"="true" nounwind ssp { +define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "no-frame-pointer-elim-non-leaf" nounwind ssp { entry: %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1] %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0] |