Don't set unused variable.

llvm-svn: 197064
This commit is contained in:
Rafael Espindola 2013-12-11 20:40:57 +00:00
parent 14fe17f302
commit 009e758628
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(StringRef &TT) : MCAsmInfo() {
CommentColumn = 40;
CommentString = ";";
LabelSuffix = ":";
LinkerPrivateGlobalPrefix = "!";
InlineAsmStart = ";#ASMSTART";
InlineAsmEnd = ";#ASMEND";
AssemblerDialect = 0;