Fix more -Wshorten-64-to-32 warnings.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 5 May 2008 18:30:58 +0000 (18:30 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 5 May 2008 18:30:58 +0000 (18:30 +0000)
commit34cd4a484e532cc463fd5a4bf59b88d13c5467c1
treeeefdfb1d225da0317e7f7912079c430b5c3ed92c
parentb61bfdb56e1c018f10a2c1c9fb49d7e2a78ed24e
Fix more -Wshorten-64-to-32 warnings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50659 91177308-0d34-0410-b5e6-96231b3b80d8
55 files changed:
include/llvm/ADT/BitVector.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SmallVector.h
include/llvm/ADT/StringExtras.h
include/llvm/ADT/StringMap.h
include/llvm/ADT/UniqueVector.h
include/llvm/Analysis/AliasSetTracker.h
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/DominatorInternals.h
include/llvm/Analysis/Dominators.h
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
include/llvm/Bitcode/Archive.h
include/llvm/Bitcode/BitCodes.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/BitstreamWriter.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineCodeEmitter.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineJumpTableInfo.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/Debugger/Debugger.h
include/llvm/Debugger/SourceFile.h
include/llvm/Instructions.h
include/llvm/ParameterAttributes.h
include/llvm/PassManagers.h
include/llvm/Support/AlignOf.h
include/llvm/Support/Allocator.h
include/llvm/Support/CommandLine.h
include/llvm/Support/GraphWriter.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/OutputBuffer.h
include/llvm/System/Path.h
include/llvm/Target/TargetRegisterInfo.h
include/llvm/User.h
lib/Support/Allocator.cpp
lib/Support/CommandLine.cpp
lib/Support/FileUtilities.cpp
lib/Support/FoldingSet.cpp
lib/Support/MemoryBuffer.cpp
lib/Support/Statistic.cpp
lib/Support/StringExtras.cpp
lib/System/Path.cpp
lib/System/Unix/Memory.inc
lib/System/Unix/Path.inc
lib/System/Unix/Program.inc
lib/System/Unix/Signals.inc