diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-03-25 01:47:28 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-03-25 01:47:28 +0000 |
| commit | 5e5a63cf8f9ba2c46239961d0d4443795790eab4 (patch) | |
| tree | 5b04a3c2ad679084ff9dd30e6ff436bb1946e60d /llvm/lib/Target/PIC16/PIC16.h | |
| parent | 9966403e900ce6c78c1d1e9dbb54337b0a84ea41 (diff) | |
| download | bcm5719-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.h | 2 |
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 |

