From: Chris Lattner Date: Mon, 16 Jun 2003 15:31:09 +0000 (+0000) Subject: move contents of include/llvm/Reoptimizer/Mapping/FInfo.h into here, it is sparc... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fb4d20bad89fc1c23017d954663fb412fe39ef08;p=oota-llvm.git move contents of include/llvm/Reoptimizer/Mapping/FInfo.h into here, it is sparc internal git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6711 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9Internals.h b/lib/Target/SparcV9/SparcV9Internals.h index b4ce61710c3..a180cb6f606 100644 --- a/lib/Target/SparcV9/SparcV9Internals.h +++ b/lib/Target/SparcV9/SparcV9Internals.h @@ -727,4 +727,6 @@ public: int64_t GetConstantValueAsSignedInt(const Value *V, bool &isValidConstant); +Pass *getFunctionInfo(std::ostream &out); + #endif