aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-11-28 22:28:08 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-11-28 22:28:08 +0000
commit30579799eda1763201568722dfe1a19dddf3f49f (patch)
treeb6913470e29a5ef9d0896edaba074a76b4e89835
parent85f222845429bbab2b3a03ef9e6cd19f7f7654e2 (diff)
Identities are default now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31980 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/X86TargetAsmInfo.cpp4
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}", "",