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
This commit is contained in:
Anton Korobeynikov
2008-11-08 23:05:05 +00:00
parent b5b9252a17
commit 0b45c9957f
6 changed files with 31 additions and 19 deletions

View File

@@ -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);