summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LowerSubregs.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-06-28 19:01:40 +0000
committerGreg Clayton <gclayton@apple.com>2011-06-28 19:01:40 +0000
commitb10d72f019736a9944c851f11f8995485c5ccc86 (patch)
treefd9bf2934da279caa015c494a06d33d4545c2d2a /llvm/lib/CodeGen/LowerSubregs.cpp
parent7297e7e223b931e351d6f4e551504f94ff141102 (diff)
downloadbcm5719-llvm-b10d72f019736a9944c851f11f8995485c5ccc86.tar.gz
bcm5719-llvm-b10d72f019736a9944c851f11f8995485c5ccc86.zip
Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with
two: eOptionMarkPCSourceLine = (1u << 2), // Mark the source line that contains the current PC (mixed mode only) eOptionMarkPCAddress = (1u << 3) // Mark the disassembly line the contains the PC This allows mixed mode to show the line that contains the current PC, and it allows us to mark the PC address in the disassembly if desired. Having these be separate gives more control on the disassembly output. SBFrame::Disassemble() doesn't enable any of these options. llvm-svn: 134019
Diffstat (limited to 'llvm/lib/CodeGen/LowerSubregs.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud