Resort the #include lines in include/... and lib/... with the
authorChandler Carruth <chandlerc@gmail.com>
Wed, 2 Jan 2013 10:22:59 +0000 (10:22 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 2 Jan 2013 10:22:59 +0000 (10:22 +0000)
commit58a2cbef4aac9ee7d530dfb690c78d6fc11a2371
tree8050f77ea61ea691d88fdff5fafff9b08ddd2d23
parentfe4c10caecc31dcb7a630091e1250e284ed528d5
Resort the #include lines in include/... and lib/... with the
utils/sort_includes.py script.

Most of these are updating the new R600 target and fixing up a few
regressions that have creeped in since the last time I sorted the
includes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171362 91177308-0d34-0410-b5e6-96231b3b80d8
41 files changed:
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCInstrDesc.h
include/llvm/MC/MCSectionELF.h
include/llvm/Operator.h
include/llvm/Option/ArgList.h
include/llvm/Option/Option.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Option/Arg.cpp
lib/Option/ArgList.cpp
lib/Option/OptTable.cpp
lib/Option/Option.cpp
lib/Support/Process.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/ARM/Thumb2SizeReduction.cpp
lib/Target/Mips/Mips16FrameLowering.cpp
lib/Target/R600/AMDGPUAsmPrinter.cpp
lib/Target/R600/AMDGPUInstrInfo.h
lib/Target/R600/AMDGPUMCInstLower.cpp
lib/Target/R600/AMDGPUStructurizeCFG.cpp
lib/Target/R600/AMDILCFGStructurizer.cpp
lib/Target/R600/AMDILEvergreenDevice.h
lib/Target/R600/AMDILISelLowering.cpp
lib/Target/R600/AMDILIntrinsicInfo.cpp
lib/Target/R600/AMDILNIDevice.cpp
lib/Target/R600/AMDILNIDevice.h
lib/Target/R600/AMDILSIDevice.cpp
lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp
lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp
lib/Target/R600/MCTargetDesc/SIMCCodeEmitter.cpp
lib/Target/R600/R600ExpandSpecialInstrs.cpp
lib/Target/R600/R600ISelLowering.cpp
lib/Target/R600/R600InstrInfo.cpp
lib/Target/R600/R600InstrInfo.h
lib/Target/R600/R600RegisterInfo.h
lib/Target/R600/SIAnnotateControlFlow.cpp
lib/Target/R600/SIInstrInfo.cpp
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
lib/Target/XCore/XCoreAsmPrinter.cpp
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Scalar/ObjCARC.cpp
lib/Transforms/Utils/Local.cpp