summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARM.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-07-10 01:54:42 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-07-10 01:54:42 +0000
commit0f9cce795147ff72ae9fb4a93e3782db41311116 (patch)
treede89875fc4b635becbc671b60377cc9ba588c964 /llvm/lib/Target/ARM/ARM.h
parent3b88dd69001c4f335436f6f76a8619f69a0eff64 (diff)
downloadbcm5719-llvm-0f9cce795147ff72ae9fb4a93e3782db41311116.tar.gz
bcm5719-llvm-0f9cce795147ff72ae9fb4a93e3782db41311116.zip
Add a thumb2 pass to insert IT blocks.
llvm-svn: 75218
Diffstat (limited to 'llvm/lib/Target/ARM/ARM.h')
-rw-r--r--llvm/lib/Target/ARM/ARM.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARM.h b/llvm/lib/Target/ARM/ARM.h
index 12c26e8c795..0e654d8e64d 100644
--- a/llvm/lib/Target/ARM/ARM.h
+++ b/llvm/lib/Target/ARM/ARM.h
@@ -108,6 +108,8 @@ FunctionPass *createARMObjectCodeEmitterPass(ARMBaseTargetMachine &TM,
FunctionPass *createARMLoadStoreOptimizationPass(bool PreAlloc = false);
FunctionPass *createARMConstantIslandPass();
+FunctionPass *createThumb2ITBlockPass();
+
} // end namespace llvm;
// Defines symbolic names for ARM registers. This defines a mapping from
OpenPOWER on IntegriCloud