commit | 3dbe9443c80ab668ad5cc8547fdb874634f25818 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Aug 12 22:10:57 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Aug 12 22:10:57 2009 +0000 |
tree | 217ac479944faf363c1d09f76ff1b9eb70fbbd57 | |
parent | 745d9d3b20414f44393b9b80f4edd87080d250c5 [diff] [blame] |
This void is implicit in C++. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78848 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PIC16/PIC16AsmPrinter.cpp b/lib/Target/PIC16/PIC16AsmPrinter.cpp index a981d83..1cd64f6 100644 --- a/lib/Target/PIC16/PIC16AsmPrinter.cpp +++ b/lib/Target/PIC16/PIC16AsmPrinter.cpp
@@ -194,7 +194,7 @@ /// printLibcallDecls - print the extern declarations for compiler /// intrinsics. /// -void PIC16AsmPrinter::printLibcallDecls(void) { +void PIC16AsmPrinter::printLibcallDecls() { // If no libcalls used, return. if (LibcallDecls.empty()) return;