Sink ARM mc routines into MCTargetDesc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135825 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2011-07-23 00:00:19 +00:00
parent 4a5ffb399f
commit be74029f44
13 changed files with 78 additions and 68 deletions

View File

@@ -29,7 +29,7 @@
#include "llvm/ADT/Statistic.h"
#include "../Target/X86/X86FixupKinds.h"
#include "../Target/ARM/ARMFixupKinds.h"
#include "../Target/ARM/MCTargetDesc/ARMFixupKinds.h"
#include <vector>
using namespace llvm;