Identities are default now

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31980 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Lenharth 2006-11-28 22:28:08 +00:00
parent 85f2228454
commit 30579799ed

View 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}", "",