summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
diff options
context:
space:
mode:
authorMeador Inge <meadori@codesourcery.com>2017-07-26 21:51:09 +0000
committerMeador Inge <meadori@codesourcery.com>2017-07-26 21:51:09 +0000
commitb0e62297427a6d4725cdffbd82d96f1ff7ef310e (patch)
tree675f2b1217febb975dfcbae2168b030efe167bde /llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
parentcb98c14f894c2d50834281588d036383eacc5748 (diff)
downloadbcm5719-llvm-b0e62297427a6d4725cdffbd82d96f1ff7ef310e.tar.gz
bcm5719-llvm-b0e62297427a6d4725cdffbd82d96f1ff7ef310e.zip
[ELF, LinkerScript] Memory region name parsing fix
This patch fixes a small issue with respect to how memory region names are parsed on output section descriptions. For example, consider: .text : { *(.text) } > rom That can also be written like: .text : { *(.text) } >rom The latter form is accepted by GNU LD and is fairly common. Differential Revision: https://reviews.llvm.org/D35920 llvm-svn: 309191
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud