summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMCallingConv.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-03-26 00:45:15 +0000
committerCraig Topper <craig.topper@gmail.com>2012-03-26 00:45:15 +0000
commit0e5233a9e5ee9385c6a940e3985194d77bee0bbb (patch)
tree8419407f68abd12d13fe62614e5e2369a9848a74 /lib/Target/ARM/ARMCallingConv.h
parentacf2077ca497980a066e8e7bb81ceec0de82d5da (diff)
downloadllvm-0e5233a9e5ee9385c6a940e3985194d77bee0bbb.tar.gz
llvm-0e5233a9e5ee9385c6a940e3985194d77bee0bbb.tar.bz2
llvm-0e5233a9e5ee9385c6a940e3985194d77bee0bbb.tar.xz
Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153422 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMCallingConv.h')
-rw-r--r--lib/Target/ARM/ARMCallingConv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMCallingConv.h b/lib/Target/ARM/ARMCallingConv.h
index 2b9c55d0cd..0bd1c3ee2f 100644
--- a/lib/Target/ARM/ARMCallingConv.h
+++ b/lib/Target/ARM/ARMCallingConv.h
@@ -17,7 +17,6 @@
#include "ARM.h"
#include "ARMBaseInstrInfo.h"
-#include "ARMRegisterInfo.h"
#include "ARMSubtarget.h"
#include "llvm/CallingConv.h"
#include "llvm/CodeGen/CallingConvLower.h"