summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16.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/PIC16/PIC16.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/PIC16/PIC16.h')
-rw-r--r--llvm/lib/Target/PIC16/PIC16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16.h b/llvm/lib/Target/PIC16/PIC16.h
index eb7fdf914ac..786081dc1d2 100644
--- a/llvm/lib/Target/PIC16/PIC16.h
+++ b/llvm/lib/Target/PIC16/PIC16.h
@@ -75,7 +75,7 @@ namespace PIC16CC {
FunctionPass *createPIC16ISelDag(PIC16TargetMachine &TM);
FunctionPass *createPIC16CodePrinterPass(raw_ostream &OS,
PIC16TargetMachine &TM,
- bool Fast);
+ bool Fast, bool Verbose);
} // end namespace llvm;
// Defines symbolic names for PIC16 registers. This defines a mapping from
OpenPOWER on IntegriCloud