| commit | 89854ebe8ea5ba02ec7bc5580f95742f864340b9 | [log] [tgz] |
|---|---|---|
| author | Benjamin Kramer <benny.kra@googlemail.com> | Wed Sep 03 21:04:12 2014 +0000 |
| committer | Benjamin Kramer <benny.kra@googlemail.com> | Wed Sep 03 21:04:12 2014 +0000 |
| tree | 1041cf6783b2b2e03d51a1035f87ed460089cf9f | |
| parent | a47cb411dc977a03cba06046677f23a15b41c461 [diff] [blame] |
Make some helpers static or move into the llvm namespace. llvm-svn: 217077
diff --git a/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp b/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp index 803ab85..7a984f5 100644 --- a/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp +++ b/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
@@ -9,6 +9,7 @@ #include "MipsELFStreamer.h" #include "llvm/MC/MCInst.h" +using namespace llvm; void MipsELFStreamer::EmitInstruction(const MCInst &Inst, const MCSubtargetInfo &STI) {