summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/RISCV
diff options
context:
space:
mode:
authorAlex Bradbury <asb@lowrisc.org>2017-08-20 06:58:43 +0000
committerAlex Bradbury <asb@lowrisc.org>2017-08-20 06:58:43 +0000
commit21c8adf50b3a15af6a515763cc0c97f42d663a67 (patch)
treec131682824d1b40417e8d142f618841f62ce76e6 /llvm/lib/Target/RISCV
parente45186d43f39e1648e04a5ee09f6e76dcd2e6929 (diff)
downloadbcm5719-llvm-21c8adf50b3a15af6a515763cc0c97f42d663a67.tar.gz
bcm5719-llvm-21c8adf50b3a15af6a515763cc0c97f42d663a67.zip
[RISCV] Trivial whitespace fix in RISCVInstPrinter
llvm-svn: 311277
Diffstat (limited to 'llvm/lib/Target/RISCV')
-rw-r--r--llvm/lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp b/llvm/lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp
index 23f3352c00c..e55658e3968 100644
--- a/llvm/lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp
+++ b/llvm/lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp
@@ -36,7 +36,7 @@ void RISCVInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const {
}
void RISCVInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
- raw_ostream &O, const char *Modifier) {
+ raw_ostream &O, const char *Modifier) {
assert((Modifier == 0 || Modifier[0] == 0) && "No modifiers supported");
const MCOperand &MO = MI->getOperand(OpNo);
OpenPOWER on IntegriCloud