diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2015-02-13 09:09:03 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2015-02-13 09:09:03 +0000 |
| commit | 71f308adb7110c09be80e80874fda30cdf1bd32c (patch) | |
| tree | 79435252fc14a3d996b3ec4466d016328b95abc3 /llvm/lib/CodeGen/GCRootLowering.cpp | |
| parent | f7662782041bf162f14c6441f0b3e1e880e58466 (diff) | |
| download | bcm5719-llvm-71f308adb7110c09be80e80874fda30cdf1bd32c.tar.gz bcm5719-llvm-71f308adb7110c09be80e80874fda30cdf1bd32c.zip | |
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
script. This is in preparation for changes to lots of include lines.
llvm-svn: 229088
Diffstat (limited to 'llvm/lib/CodeGen/GCRootLowering.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/GCRootLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/GCRootLowering.cpp b/llvm/lib/CodeGen/GCRootLowering.cpp index 41d4f0b8059..d69bb0ff805 100644 --- a/llvm/lib/CodeGen/GCRootLowering.cpp +++ b/llvm/lib/CodeGen/GCRootLowering.cpp @@ -12,11 +12,11 @@ //===----------------------------------------------------------------------===// #include "llvm/CodeGen/GCMetadata.h" +#include "llvm/CodeGen/GCStrategy.h" #include "llvm/CodeGen/MachineFrameInfo.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineInstrBuilder.h" #include "llvm/CodeGen/MachineModuleInfo.h" -#include "llvm/CodeGen/GCStrategy.h" #include "llvm/CodeGen/Passes.h" #include "llvm/IR/Dominators.h" #include "llvm/IR/IntrinsicInst.h" |

