summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/BugReporter.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-09-12 18:13:14 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-09-12 18:13:14 +0000
commit3c12fc4342291ee5b3d05c69a0c96c671bbb86f3 (patch)
treed2b66065efd362cdb0406e5feca0055dd59adb12 /clang/lib/Analysis/BugReporter.cpp
parentbe12fd1f4f8773a2c3f5e9712406cc4e983197c8 (diff)
downloadbcm5719-llvm-3c12fc4342291ee5b3d05c69a0c96c671bbb86f3.tar.gz
bcm5719-llvm-3c12fc4342291ee5b3d05c69a0c96c671bbb86f3.zip
On some targets, non-move instructions can become move instructions because of coalescing. e.g.
vr2 = OR vr0, vr1 => vr2 = OR vr1, vr1 // after coalescing vr0 with vr1 Update the value# of the destination register with the copy instruction if that happens. llvm-svn: 56165
Diffstat (limited to 'clang/lib/Analysis/BugReporter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud