diff options
-rw-r--r-- | lib/Target/X86/X86TargetAsmInfo.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp index ed813db245..0459f18c24 100644 --- a/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/lib/Target/X86/X86TargetAsmInfo.cpp @@ -14,7 +14,6 @@ #include "X86TargetAsmInfo.h" #include "X86TargetMachine.h" #include "X86Subtarget.h" -#include <iostream> using namespace llvm; @@ -22,9 +21,6 @@ static const char* x86_asm_table[] = {"{si}", "S", "{di}", "D", "{ax}", "a", "{cx}", "c", - "q", "q", - "r", "r", - "m", "m", "{memory}", "memory", "{flags}", "", "{dirflag}", "", |