diff options
author | Matthias Braun <matze@braunis.de> | 2016-11-11 22:37:31 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2016-11-11 22:37:31 +0000 |
commit | 40639885f50b0b23e4f958f5ab4217802c8498d1 (patch) | |
tree | c0e595f826e07cc0b18081ec4d7057caac45e4c8 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 69f1d123b27658a99aab878ce6069a005a73fdbd (diff) | |
download | llvm-40639885f50b0b23e4f958f5ab4217802c8498d1.zip llvm-40639885f50b0b23e4f958f5ab4217802c8498d1.tar.gz llvm-40639885f50b0b23e4f958f5ab4217802c8498d1.tar.bz2 |
ScheduleDAGInstrs: Move VRegUses to ScheduleDAGMILive; NFCI
Push VRegUses/collectVRegUses() down the class hierarchy towards its
only user ScheduleDAGMILive.
NFCI: The initialization of the map happens at a later point but that
should not matter.
This is in preparation to allow DAG mutators to merge nodes, which
relies on this map getting computed later.
llvm-svn: 286654
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions