parent
8b59fd03c2
commit
f52ae7ec72
|
|
@ -14,7 +14,6 @@
|
||||||
#include "X86TargetAsmInfo.h"
|
#include "X86TargetAsmInfo.h"
|
||||||
#include "X86TargetMachine.h"
|
#include "X86TargetMachine.h"
|
||||||
#include "X86Subtarget.h"
|
#include "X86Subtarget.h"
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
|
|
@ -22,9 +21,6 @@ static const char* x86_asm_table[] = {"{si}", "S",
|
||||||
"{di}", "D",
|
"{di}", "D",
|
||||||
"{ax}", "a",
|
"{ax}", "a",
|
||||||
"{cx}", "c",
|
"{cx}", "c",
|
||||||
"q", "q",
|
|
||||||
"r", "r",
|
|
||||||
"m", "m",
|
|
||||||
"{memory}", "memory",
|
"{memory}", "memory",
|
||||||
"{flags}", "",
|
"{flags}", "",
|
||||||
"{dirflag}", "",
|
"{dirflag}", "",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue