Fix include guards so they exactly match file names.
authorJakub Staszak <kubastaszak@gmail.com>
Thu, 10 Jan 2013 00:45:19 +0000 (00:45 +0000)
committerJakub Staszak <kubastaszak@gmail.com>
Thu, 10 Jan 2013 00:45:19 +0000 (00:45 +0000)
commit674be02d525d4e24bc6943ed9274958c580bcfbc
treea563a4935ba6e89c52a9c1160d4424a7edff789e
parentbf82b07f5f2ff1ebd3fb607a9f0d31d2b5ada947
Fix include guards so they exactly match file names.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172025 91177308-0d34-0410-b5e6-96231b3b80d8
178 files changed:
include/llvm-c/LinkTimeOptimizer.h
include/llvm-c/Transforms/PassManagerBuilder.h
include/llvm-c/lto.h
include/llvm/ADT/APFloat.h
include/llvm/ADT/APInt.h
include/llvm/ADT/APSInt.h
include/llvm/ADT/ImmutableIntervalMap.h
include/llvm/ADT/ImmutableList.h
include/llvm/ADT/ImmutableMap.h
include/llvm/ADT/ImmutableSet.h
include/llvm/ADT/IntrusiveRefCntPtr.h
include/llvm/ADT/NullablePtr.h
include/llvm/ADT/Optional.h
include/llvm/ADT/OwningPtr.h
include/llvm/ADT/PriorityQueue.h
include/llvm/ADT/VariadicFunction.h
include/llvm/ADT/ilist_node.h
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/CallGraphSCCPass.h
include/llvm/Analysis/DOTGraphTraitsPass.h
include/llvm/Analysis/Interval.h
include/llvm/Analysis/IntervalIterator.h
include/llvm/Analysis/IntervalPartition.h
include/llvm/Analysis/LibCallAliasAnalysis.h
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/LoopInfoImpl.h
include/llvm/Analysis/LoopIterator.h
include/llvm/Analysis/LoopPass.h
include/llvm/Analysis/MemoryDependenceAnalysis.h
include/llvm/Analysis/PathNumbering.h
include/llvm/Analysis/PathProfileInfo.h
include/llvm/Analysis/PostDominators.h
include/llvm/Analysis/RegionInfo.h
include/llvm/Analysis/RegionIterator.h
include/llvm/Analysis/RegionPass.h
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
include/llvm/Analysis/ScalarEvolutionNormalization.h
include/llvm/Analysis/SparsePropagation.h
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/Trace.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/BitstreamWriter.h
include/llvm/Bitcode/ReaderWriter.h
include/llvm/CodeGen/CommandFlags.h
include/llvm/CodeGen/LatencyPriorityQueue.h
include/llvm/CodeGen/LiveIntervalUnion.h
include/llvm/CodeGen/LiveStackAnalysis.h
include/llvm/CodeGen/MachORelocation.h
include/llvm/CodeGen/MachineCodeInfo.h
include/llvm/CodeGen/MachineFunctionAnalysis.h
include/llvm/CodeGen/MachineFunctionPass.h
include/llvm/CodeGen/MachineLoopInfo.h
include/llvm/CodeGen/MachineScheduler.h
include/llvm/CodeGen/PBQP/Math.h
include/llvm/CodeGen/RegAllocRegistry.h
include/llvm/CodeGen/RegisterScavenging.h
include/llvm/CodeGen/ResourcePriorityQueue.h
include/llvm/CodeGen/ScheduleDAGInstrs.h
include/llvm/CodeGen/ScheduleDFS.h
include/llvm/CodeGen/SchedulerRegistry.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/CodeGen/TargetSchedule.h
include/llvm/DIBuilder.h
include/llvm/DebugInfo.h
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/GenericValue.h
include/llvm/ExecutionEngine/Interpreter.h
include/llvm/ExecutionEngine/JIT.h
include/llvm/ExecutionEngine/JITEventListener.h
include/llvm/ExecutionEngine/JITMemoryManager.h
include/llvm/ExecutionEngine/MCJIT.h
include/llvm/ExecutionEngine/OProfileWrapper.h
include/llvm/ExecutionEngine/RuntimeDyld.h
include/llvm/ExecutionEngine/SectionMemoryManager.h
include/llvm/GVMaterializer.h
include/llvm/IR/Argument.h
include/llvm/IR/Attributes.h
include/llvm/IR/BasicBlock.h
include/llvm/IR/CallingConv.h
include/llvm/IR/Constant.h
include/llvm/IR/Constants.h
include/llvm/IR/DataLayout.h
include/llvm/IR/DerivedTypes.h
include/llvm/IR/Function.h
include/llvm/IR/GlobalAlias.h
include/llvm/IR/GlobalValue.h
include/llvm/IR/GlobalVariable.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/InlineAsm.h
include/llvm/IR/InstrTypes.h
include/llvm/IR/Instruction.h
include/llvm/IR/Instructions.h
include/llvm/IR/IntrinsicInst.h
include/llvm/IR/Intrinsics.h
include/llvm/IR/LLVMContext.h
include/llvm/IR/MDBuilder.h
include/llvm/IR/Metadata.h
include/llvm/IR/Module.h
include/llvm/IR/OperandTraits.h
include/llvm/IR/Operator.h
include/llvm/IR/SymbolTableListTraits.h
include/llvm/IR/Type.h
include/llvm/IR/TypeBuilder.h
include/llvm/IR/Use.h
include/llvm/IR/User.h
include/llvm/IR/Value.h
include/llvm/IR/ValueSymbolTable.h
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAsmInfoCOFF.h
include/llvm/MC/MCAsmInfoDarwin.h
include/llvm/MC/MCDisassembler.h
include/llvm/MC/MCFixedLenDisassembler.h
include/llvm/MC/MCParser/AsmCond.h
include/llvm/MC/MCParser/AsmLexer.h
include/llvm/MC/MCParser/MCAsmLexer.h
include/llvm/MC/MCParser/MCAsmParser.h
include/llvm/MC/MCParser/MCAsmParserExtension.h
include/llvm/MC/MCParser/MCParsedAsmOperand.h
include/llvm/MC/MCSchedule.h
include/llvm/Object/ObjectFile.h
include/llvm/Object/RelocVisitor.h
include/llvm/Option/Arg.h
include/llvm/Option/ArgList.h
include/llvm/Option/OptSpecifier.h
include/llvm/Option/OptTable.h
include/llvm/Option/Option.h
include/llvm/PassAnalysisSupport.h
include/llvm/PassSupport.h
include/llvm/Support/ArrayRecycler.h
include/llvm/Support/Atomic.h
include/llvm/Support/COFF.h
include/llvm/Support/ConstantRange.h
include/llvm/Support/DataStream.h
include/llvm/Support/DebugLoc.h
include/llvm/Support/DynamicLibrary.h
include/llvm/Support/Errno.h
include/llvm/Support/FEnv.h
include/llvm/Support/FileSystem.h
include/llvm/Support/GCOV.h
include/llvm/Support/GetElementPtrTypeIterator.h
include/llvm/Support/Host.h
include/llvm/Support/IncludeFile.h
include/llvm/Support/IntegersSubset.h
include/llvm/Support/IntegersSubsetMapping.h
include/llvm/Support/LEB128.h
include/llvm/Support/Locale.h
include/llvm/Support/Memory.h
include/llvm/Support/MemoryObject.h
include/llvm/Support/Mutex.h
include/llvm/Support/PassNameParser.h
include/llvm/Support/PathV1.h
include/llvm/Support/Process.h
include/llvm/Support/Program.h
include/llvm/Support/RegistryParser.h
include/llvm/Support/SMLoc.h
include/llvm/Support/SaveAndRestore.h
include/llvm/Support/Signals.h
include/llvm/Support/Solaris.h
include/llvm/Support/SourceMgr.h
include/llvm/Support/StreamableMemoryObject.h
include/llvm/Support/SwapByteOrder.h
include/llvm/Support/ThreadLocal.h
include/llvm/Support/Threading.h
include/llvm/Support/TimeValue.h
include/llvm/Support/ToolOutputFile.h
include/llvm/Support/YAMLParser.h
include/llvm/Support/YAMLTraits.h
include/llvm/Support/system_error.h
include/llvm/TableGen/StringMatcher.h
include/llvm/Target/Mangler.h
include/llvm/Transforms/IPO/PassManagerBuilder.h
include/llvm/Transforms/Utils/BasicBlockUtils.h
include/llvm/Transforms/Utils/BuildLibCalls.h
include/llvm/Transforms/Utils/BypassSlowDivision.h
include/llvm/Transforms/Utils/IntegerDivision.h
include/llvm/Transforms/Utils/ModuleUtils.h
include/llvm/Transforms/Utils/PromoteMemToReg.h