summaryrefslogtreecommitdiff
path: root/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
commit9a9e936650bb82244f38dbddf6c4e427c2ae49f9 (patch)
tree5795d5633afc7e9100bf108fb8cb0820f3671081 /lib/Target/R600/InstPrinter
parent0976e3c6d9b1bfaea1267188e6a20dc41318832a (diff)
downloadllvm-9a9e936650bb82244f38dbddf6c4e427c2ae49f9.tar.gz
llvm-9a9e936650bb82244f38dbddf6c4e427c2ae49f9.tar.bz2
llvm-9a9e936650bb82244f38dbddf6c4e427c2ae49f9.tar.xz
R600: prettier dump of clamp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182121 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/InstPrinter')
-rw-r--r--lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp b/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
index 303cdf2d35..bbc6cc599d 100644
--- a/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
+++ b/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,