Identities are default now
authorAndrew Lenharth <andrewl@lenharth.org>
Tue, 28 Nov 2006 22:28:08 +0000 (22:28 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Tue, 28 Nov 2006 22:28:08 +0000 (22:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31980 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86TargetAsmInfo.cpp

index ed813db24547b93d467733229083e4766726f932..0459f18c24a861a04b9db6b2ad3a4d4991aadccd 100644 (file)
@@ -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}", "",