Yaron Keren
eb2a25467e
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
...
clang part in r259232, this is the LLVM part of the patch.
llvm-svn: 259240
2016-01-29 20:50:44 +00:00
Chandler Carruth
d9903888d9
[cleanup] Re-sort all the #include lines in LLVM using
...
utils/sort_includes.py.
I clearly haven't done this in a while, so more changed than usual. This
even uncovered a missing include from the InstrProf library that I've
added. No functionality changed here, just mechanical cleanup of the
include order.
llvm-svn: 225974
2015-01-14 11:23:27 +00:00
Richard Smith
5e23fb8691
Header hygiene: remove using directive and #undef DEBUG_TYPE once we're done.
...
llvm-svn: 214263
2014-07-30 00:25:24 +00:00
NAKAMURA Takumi
74a5332235
MachineRegionInfo.cpp: Another fix on MachineRegionInfo::MachineRegionInfo::recalculate() to appease msc17.
...
llvm-svn: 213476
2014-07-20 11:14:55 +00:00
NAKAMURA Takumi
118b0c789d
Fix -Asserts build introduced since r213456.
...
llvm-svn: 213465
2014-07-20 00:00:42 +00:00
Matt Arsenault
1b8d83796d
Templatify RegionInfo so it works on MachineBasicBlocks
...
llvm-svn: 213456
2014-07-19 18:29:29 +00:00