summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-01-16 07:04:11 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-01-16 07:04:11 +0000
commitf69b850d60b23f6522579fb4fec3cea8e1776ce5 (patch)
tree6554cdf946fb42a44d9fc269423ab5f900e1eaf9 /llvm/lib
parentcb2ae8d8f73223b1f0973fa2664f74adb7c84b81 (diff)
downloadbcm5719-llvm-f69b850d60b23f6522579fb4fec3cea8e1776ce5.tar.gz
bcm5719-llvm-f69b850d60b23f6522579fb4fec3cea8e1776ce5.zip
CommentColumn is always 40. Simplify.
llvm-svn: 199357
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/MC/MCAsmInfo.cpp1
-rw-r--r--llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCAsmInfo.cpp b/llvm/lib/MC/MCAsmInfo.cpp
index 2c19e8511b3..e43b80923c1 100644
--- a/llvm/lib/MC/MCAsmInfo.cpp
+++ b/llvm/lib/MC/MCAsmInfo.cpp
@@ -37,7 +37,6 @@ MCAsmInfo::MCAsmInfo() {
MinInstAlignment = 1;
DollarIsPC = false;
SeparatorString = ";";
- CommentColumn = 40;
CommentString = "#";
LabelSuffix = ":";
DebugLabelSuffix = ":";
diff --git a/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp b/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
index 227da41ebdc..f4dec13283a 100644
--- a/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
+++ b/llvm/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
@@ -21,7 +21,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(StringRef &TT) : MCAsmInfo() {
LinkerRequiresNonEmptyDwarfLines = true;
MaxInstLength = 16;
SeparatorString = "\n";
- CommentColumn = 40;
CommentString = ";";
LabelSuffix = ":";
InlineAsmStart = ";#ASMSTART";
OpenPOWER on IntegriCloud