Clement Courbet
805454d207
[NFC][CodeGen][ExpandMemCmp] Fix documentation.
...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320960 91177308-0d34-0410-b5e6-96231b3b80d8
2017-12-18 07:32:48 +00:00
Michael Zolotukhin
41b2567ccb
Remove redundant includes from lib/CodeGen.
...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320619 91177308-0d34-0410-b5e6-96231b3b80d8
2017-12-13 21:30:47 +00:00
David Blaikie
e3a9b4ce3a
Fix a bunch more layering of CodeGen headers that are in Target
...
All these headers already depend on CodeGen headers so moving them into
CodeGen fixes the layering (since CodeGen depends on Target, not the
other way around).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318490 91177308-0d34-0410-b5e6-96231b3b80d8
2017-11-17 01:07:10 +00:00
Clement Courbet
3d456013b6
re-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."
...
Fix undefined references: ExpandMemCmp belongs to CodeGen/, not Scalar/.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317318 91177308-0d34-0410-b5e6-96231b3b80d8
2017-11-03 12:12:27 +00:00