summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PCHWriterStmt.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-06-03 05:15:46 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-06-03 05:15:46 +0000
commitd29fc6655f01439817894e7ff768e0ebb1beb853 (patch)
tree3eb5302ab6ef4e74c4edeb280d551ef669f4defc /clang/lib/Frontend/PCHWriterStmt.cpp
parentdcf60b6b3ebcbabfd4b35d21b1df0402fe11715f (diff)
downloadbcm5719-llvm-d29fc6655f01439817894e7ff768e0ebb1beb853.tar.gz
bcm5719-llvm-d29fc6655f01439817894e7ff768e0ebb1beb853.zip
If there is a def of a super-register followed by a use of a sub-register, do *not* add an implicit def of the sub-register. e.g.
EAX = ..., AX<imp-def> ... = AX This creates a double-def. Apparently this used to be necessary but is no longer needed. Thanks to Anton for pointing this out. Anton, I cannot create a test case without your uncommitted ARM patches. Please check in a test case for me. llvm-svn: 72755
Diffstat (limited to 'clang/lib/Frontend/PCHWriterStmt.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud