summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/InstPrinter
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-05-17 16:49:49 +0000
committerVincent Lejeune <vljn@ovi.com>2013-05-17 16:49:49 +0000
commit709e01688ddb5f15e6eb12f8fe482d847e2997d6 (patch)
tree04529ca60c798eceb6d0b2d57b327556aa745282 /llvm/lib/Target/R600/InstPrinter
parent3caab6cf6d2569c2bd88c0217f79fef3cb7d41de (diff)
downloadbcm5719-llvm-709e01688ddb5f15e6eb12f8fe482d847e2997d6.tar.gz
bcm5719-llvm-709e01688ddb5f15e6eb12f8fe482d847e2997d6.zip
R600: prettier dump of clamp
llvm-svn: 182121
Diffstat (limited to 'llvm/lib/Target/R600/InstPrinter')
-rw-r--r--llvm/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp b/llvm/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
index 303cdf2d358..bbc6cc599dd 100644
--- a/llvm/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
+++ b/llvm/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
@@ -102,7 +102,7 @@ void AMDGPUInstPrinter::printLiteral(const MCInst *MI, unsigned OpNo,
void AMDGPUInstPrinter::printLast(const MCInst *MI, unsigned OpNo,
raw_ostream &O) {
- printIfSet(MI, OpNo, O.indent(20 - O.GetNumBytesInBuffer()), "*", " ");
+ printIfSet(MI, OpNo, O.indent(25 - O.GetNumBytesInBuffer()), "*", " ");
}
void AMDGPUInstPrinter::printNeg(const MCInst *MI, unsigned OpNo,
OpenPOWER on IntegriCloud