Identities are default now

llvm-svn: 31980
This commit is contained in:
Andrew Lenharth 2006-11-28 22:28:08 +00:00
parent 8b59fd03c2
commit f52ae7ec72
1 changed files with 0 additions and 4 deletions

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