aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARM.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-12-02 19:30:24 +0000
committerJim Grosbach <grosbach@apple.com>2009-12-02 19:30:24 +0000
commite27d205d5d4d53cceabcd6325533fbdf9c0cee42 (patch)
tree6f77d51524cdef8f6680c61252b6b8abaadef51e /lib/Target/ARM/ARM.h
parentf1e01dcc94fde6b1e184dc799df7145aed34a18b (diff)
Factor the stack alignment calculations out into a target independent pass.
No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90336 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARM.h')
-rw-r--r--lib/Target/ARM/ARM.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARM.h b/lib/Target/ARM/ARM.h
index ff1980d19d..21445adff9 100644
--- a/lib/Target/ARM/ARM.h
+++ b/lib/Target/ARM/ARM.h
@@ -109,7 +109,6 @@ FunctionPass *createNEONPreAllocPass();
FunctionPass *createNEONMoveFixPass();
FunctionPass *createThumb2ITBlockPass();
FunctionPass *createThumb2SizeReductionPass();
-FunctionPass *createARMMaxStackAlignmentCalculatorPass();
extern Target TheARMTarget, TheThumbTarget;