summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-16 15:31:09 +0000
committerChris Lattner <sabre@nondot.org>2003-06-16 15:31:09 +0000
commitfb4d20bad89fc1c23017d954663fb412fe39ef08 (patch)
tree209f14737bc00c09f252ad460fe0338c1f8da130 /lib
parent4070248bbc0bcf0ab4a57ae5746c224a6f1fb2d0 (diff)
downloadllvm-fb4d20bad89fc1c23017d954663fb412fe39ef08.tar.gz
llvm-fb4d20bad89fc1c23017d954663fb412fe39ef08.tar.bz2
llvm-fb4d20bad89fc1c23017d954663fb412fe39ef08.tar.xz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/SparcV9/SparcV9Internals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/SparcV9Internals.h b/lib/Target/SparcV9/SparcV9Internals.h
index b4ce61710c..a180cb6f60 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