aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/Alpha.h
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-10-31 16:49:55 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-10-31 16:49:55 +0000
commitf81173f70eb71def77a4f835e6fec616fe1101ce (patch)
treee3c660201f8f084f65d2ae80bee45579bbcfee1d /lib/Target/Alpha/Alpha.h
parentb191e0ab51174cfb86502308f520f139daa9e4a0 (diff)
downloadexternal_llvm-f81173f70eb71def77a4f835e6fec616fe1101ce.zip
external_llvm-f81173f70eb71def77a4f835e6fec616fe1101ce.tar.gz
external_llvm-f81173f70eb71def77a4f835e6fec616fe1101ce.tar.bz2
Add all that branch mangling niftiness
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/Alpha.h')
-rw-r--r--lib/Target/Alpha/Alpha.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Alpha/Alpha.h b/lib/Target/Alpha/Alpha.h
index af4db0f..a1acde4 100644
--- a/lib/Target/Alpha/Alpha.h
+++ b/lib/Target/Alpha/Alpha.h
@@ -32,6 +32,7 @@ namespace llvm {
FunctionPass *createAlphaCodeEmitterPass(AlphaTargetMachine &TM,
MachineCodeEmitter &MCE);
FunctionPass *createAlphaLLRPPass(AlphaTargetMachine &tm);
+ FunctionPass *createAlphaBranchSelectionPass();
} // end namespace llvm;