OSDN Git Service

Convert 'struct' to 'class' in various places to adhere to the coding standards
authorChris Lattner <sabre@nondot.org>
Wed, 27 Oct 2004 16:14:51 +0000 (16:14 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 27 Oct 2004 16:14:51 +0000 (16:14 +0000)
commit1fca5ff62bb2ecb5bfc8974f4dbfc56e9d3ca721
tree84ba84e29d790774dd87ad9efc8acb702dafc842
parent3acd9181df5d8f76f75a384266e2a78b9a6c4f45
Convert 'struct' to 'class' in various places to adhere to the coding standards
and work better with VC++.  Patch contributed by Morten Ofstad!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17281 91177308-0d34-0410-b5e6-96231b3b80d8
35 files changed:
include/llvm/AbstractTypeUser.h
include/llvm/Analysis/AliasSetTracker.h
include/llvm/Analysis/DataStructure/DSNode.h
include/llvm/Analysis/Dominators.h
include/llvm/Analysis/LoopInfo.h
include/llvm/BasicBlock.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineCodeEmitter.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/Instructions.h
include/llvm/Pass.h
include/llvm/Support/Annotation.h
include/llvm/Support/CommandLine.h
include/llvm/Support/DOTGraphTraits.h
include/llvm/System/MappedFile.h
include/llvm/Target/TargetData.h
include/llvm/Target/TargetFrameInfo.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetSchedInfo.h
include/llvm/Transforms/Utils/FunctionUtils.h
include/llvm/Transforms/Utils/PromoteMemToReg.h
include/llvm/Use.h
include/llvm/Value.h
lib/Analysis/InstCount.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/TransformInternals.h
lib/VMCore/ConstantFold.h
lib/VMCore/ConstantFolding.h
lib/VMCore/PassManagerT.h
utils/TableGen/CodeGenTarget.h
utils/TableGen/InstrInfoEmitter.h
utils/TableGen/InstrSelectorEmitter.h
utils/TableGen/Record.h