aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARM.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-07-02 21:07:09 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-07-02 21:07:09 +0000
commitdca653951c693edf47437cf0a10d0d0dbb57276d (patch)
tree3594c89d6cad4c8dcf0c2b0d6d5e7d55ac66f893 /lib/Target/ARM/ARM.h
parent98ec91ea80e042907aac8d3cbd9614d29f6cba45 (diff)
Remove early IT block formation. It's not used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARM.h')
-rw-r--r--lib/Target/ARM/ARM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARM.h b/lib/Target/ARM/ARM.h
index adb0e2c05f..14825a7856 100644
--- a/lib/Target/ARM/ARM.h
+++ b/lib/Target/ARM/ARM.h
@@ -101,7 +101,7 @@ FunctionPass *createARMExpandPseudoPass();
FunctionPass *createARMConstantIslandPass();
FunctionPass *createNEONPreAllocPass();
FunctionPass *createNEONMoveFixPass();
-FunctionPass *createThumb2ITBlockPass(bool PreAlloc = false);
+FunctionPass *createThumb2ITBlockPass();
FunctionPass *createThumb2SizeReductionPass();
extern Target TheARMTarget, TheThumbTarget;