parent
8b59fd03c2
commit
f52ae7ec72
|
|
@ -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}", "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue