summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/Alpha.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-03-25 01:47:28 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-03-25 01:47:28 +0000
commit5e5a63cf8f9ba2c46239961d0d4443795790eab4 (patch)
tree5b04a3c2ad679084ff9dd30e6ff436bb1946e60d /llvm/lib/Target/Alpha/Alpha.h
parent9966403e900ce6c78c1d1e9dbb54337b0a84ea41 (diff)
downloadbcm5719-llvm-5e5a63cf8f9ba2c46239961d0d4443795790eab4.tar.gz
bcm5719-llvm-5e5a63cf8f9ba2c46239961d0d4443795790eab4.zip
CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose.
llvm-svn: 67668
Diffstat (limited to 'llvm/lib/Target/Alpha/Alpha.h')
-rw-r--r--llvm/lib/Target/Alpha/Alpha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/Alpha.h b/llvm/lib/Target/Alpha/Alpha.h
index e885c80b27a..d93394aa6fa 100644
--- a/llvm/lib/Target/Alpha/Alpha.h
+++ b/llvm/lib/Target/Alpha/Alpha.h
@@ -26,7 +26,7 @@ namespace llvm {
FunctionPass *createAlphaISelDag(AlphaTargetMachine &TM);
FunctionPass *createAlphaCodePrinterPass(raw_ostream &OS,
TargetMachine &TM,
- bool Fast);
+ bool Fast, bool Verbose);
FunctionPass *createAlphaPatternInstructionSelector(TargetMachine &TM);
FunctionPass *createAlphaCodeEmitterPass(AlphaTargetMachine &TM,
MachineCodeEmitter &MCE);
OpenPOWER on IntegriCloud