summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/avoid-loop-align-2.ll
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2017-08-02 00:16:10 +0000
committerJim Ingham <jingham@apple.com>2017-08-02 00:16:10 +0000
commitaf26b22cd2156217bf03ac355cc1751693b00442 (patch)
treeab1124ad40f9de909302b151256fd4804810dc0e /llvm/test/CodeGen/X86/avoid-loop-align-2.ll
parent37c052f503877fce8596c8fdc3207c6f81033957 (diff)
downloadbcm5719-llvm-af26b22cd2156217bf03ac355cc1751693b00442.tar.gz
bcm5719-llvm-af26b22cd2156217bf03ac355cc1751693b00442.zip
Fix a mis-feature with propagation of breakpoint options -> location options.
When an option was set at on a location, I was just copying the whole option set to the location, and letting it shadow the breakpoint options. That was wrong since it meant changes to unrelated options on the breakpoint would no longer take on this location. I added a mask of set options and use that for option propagation. I also added a "location" property to breakpoints, and added SBBreakpointLocation.{G,S}etCommandLineCommands since I wanted to use them to write some more test cases. <rdar://problem/24397798> llvm-svn: 309772
Diffstat (limited to 'llvm/test/CodeGen/X86/avoid-loop-align-2.ll')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud