summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-30 02:20:07 +0000
committerChris Lattner <sabre@nondot.org>2009-12-30 02:20:07 +0000
commit95471e49c55f7d01b86b9a72cbe11e9b6b20f2e4 (patch)
tree642a0ef291f6a6851b0b1bc0cf68973c772c49d6 /llvm/lib/AsmParser/LLParser.h
parent5b4a962bddc931494bf3b1dbb9758a8978a82777 (diff)
downloadbcm5719-llvm-95471e49c55f7d01b86b9a72cbe11e9b6b20f2e4.tar.gz
bcm5719-llvm-95471e49c55f7d01b86b9a72cbe11e9b6b20f2e4.zip
remove the code added in r90497. It has several major issues and no tests.
llvm-svn: 92288
Diffstat (limited to 'llvm/lib/AsmParser/LLParser.h')
-rw-r--r--llvm/lib/AsmParser/LLParser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/AsmParser/LLParser.h b/llvm/lib/AsmParser/LLParser.h
index fd7bf4eb71f..31707287913 100644
--- a/llvm/lib/AsmParser/LLParser.h
+++ b/llvm/lib/AsmParser/LLParser.h
@@ -283,8 +283,6 @@ namespace llvm {
return ParseTypeAndBasicBlock(BB, Loc, PFS);
}
- bool ParseInlineMetadata(Value *&V, PerFunctionState &PFS);
-
struct ParamInfo {
LocTy Loc;
Value *V;
OpenPOWER on IntegriCloud