OSDN Git Service

Add includes and use std:: for standard library calls to make code
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Tue, 28 Sep 2004 14:42:44 +0000 (14:42 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Tue, 28 Sep 2004 14:42:44 +0000 (14:42 +0000)
commitc72c617a4ea3784c9a9f634478dc405ef6b2866b
treebf9696acb141076c117204d5be44092df5331609
parent98e81bf16b6f8a87c9761b1785b944aa002cd19c
Add includes and use std:: for standard library calls to make code
compile on windows. This patch was contributed by Paolo Invernizzi.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16539 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/PostOrderIterator.h
lib/CodeGen/InstrSched/SchedGraphCommon.cpp
lib/CodeGen/ModuloScheduling/MSchedGraph.cpp
lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp
lib/Support/DynamicLinker.cpp
lib/Target/SparcV9/InstrSched/SchedGraphCommon.cpp
lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp
lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp
lib/Transforms/ExprTypeConvert.cpp