Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
snf committed Mar 16, 2016
1 parent 29668a1 commit 1c1ebc5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/c/assemble.cc
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ class MCBinaryStreamer: public MCStreamer {
case MCExpr::ExprKind::Unary: {
const MCUnaryExpr *AUE = cast<MCUnaryExpr>(expr);
int64_t Value;
// MCValue Value;

if (!EvaluateExpr(AUE->getSubExpr(), &Value)) {
return false;
Expand Down Expand Up @@ -262,13 +261,6 @@ class MCBinaryStreamer: public MCStreamer {
reloc.name = Symbol->getName();
reloc.addr = Address + pos;
ORelocs.push_back(reloc);

// OS << "label!";
// //OS << Symbol;
// OS << "name: " << Symbol->getName() << " ";
// OS << "offset: " << Symbol->getOffset() << " ";
// OS << "idx: " << Symbol->getIndex() << " ";
// OS << "\n";
}

void EmitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) {
Expand Down

0 comments on commit 1c1ebc5

Please sign in to comment.