Revert "Add back r203962, r204028 and r204059."

This reverts commit r204178.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204203 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola
2014-03-19 00:13:43 +00:00
parent 56ce2f5ab8
commit 025e94d7dc
7 changed files with 37 additions and 409 deletions

View File

@@ -18,7 +18,6 @@
#include "llvm/Support/Compiler.h"
namespace llvm {
class MCAsmLayout;
class MCExpr;
class MCSection;
class MCContext;
@@ -146,11 +145,6 @@ namespace llvm {
// itself.
const MCSymbol &AliasedSymbol() const;
// If this symbol is not a variable, return itself. If it is a variable,
// evaluate it and check if it is of the form Base + ConstantOffset. If so,
// return Base, if not, return nullptr.
const MCSymbol *getBaseSymbol(const MCAsmLayout &Layout) const;
void setVariableValue(const MCExpr *Value);
/// @}