summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-12-20 21:05:53 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-12-20 21:05:53 +0000
commitcbfd4d2483a6a3a80365eaa3e72bebe3924ea237 (patch)
treec54ac250a7f95409a7b18b5124fd421aa4baecf9 /llvm/lib/CodeGen/MachineInstr.cpp
parentb39cfd41f22758c524cdddf974d76bc24f696128 (diff)
downloadbcm5719-llvm-cbfd4d2483a6a3a80365eaa3e72bebe3924ea237.tar.gz
bcm5719-llvm-cbfd4d2483a6a3a80365eaa3e72bebe3924ea237.zip
Use some heuristics so that when a fixit removes a source range, we try
to also remove a trailing space if possible. For example, removing '__bridge' from: i = (__bridge I*)p; should result in: i = (I*)p; not: i = ( I*)p; rdar://11314821 llvm-svn: 170764
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud