aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-11-08 23:05:05 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-11-08 23:05:05 +0000
commit0b45c9957fb7ad47e653fb43d455f6727170dad0 (patch)
treebcaf4d05aa32424c8ae081fd53b2b0cbc282e723 /include/llvm/CodeGen/AsmPrinter.h
parentb5b9252a174d4d26f66372893595aeeaaf7390f9 (diff)
Temporary revert my last commit: it seems it's triggering some subtle bug in backend
and breaks llvm-gcc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58926 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/AsmPrinter.h')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 3b79b11f9d..d3850a5fb3 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -362,9 +362,6 @@ namespace llvm {
/// this is suported by the target.
void printVisibility(const std::string& Name, unsigned Visibility) const;
- /// printOffset - This is just convenient handler for printing offsets.
- void printOffset(int64_t Offset) const;
-
private:
const GlobalValue *findGlobalValue(const Constant* CV);
void EmitLLVMUsedList(Constant *List);