Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Side by Side Diff: lib/Target/X86/MCTargetDesc/X86MCNaClAsmStreamer.cpp

Issue 1181263004: subclassed MCAsmStreamer (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #include "X86MCNaClAsmStreamer.h"
2 #include "X86MCNaCl.h"
3
4 void X86MCNaClAsmStreamer::EmitInstruction (const MCInst &Inst, const MCSubtarge tInfo &STI) {
5 if (!CustomExpandInstNaClX86(STI, Inst, *this, State))
6 MCAsmStreamer::EmitInstruction (Inst, STI);
7 }
OLDNEW
« no previous file with comments | « lib/Target/X86/MCTargetDesc/X86MCNaClAsmStreamer.h ('k') | lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698