Don't set PrivateGlobalPrefix twice in the same function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196169 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2013-12-02 23:26:31 +00:00
parent 29a0d2abfe
commit 485da3ca84

View File

@ -33,8 +33,6 @@ NVPTXMCAsmInfo::NVPTXMCAsmInfo(const StringRef &TT) {
CommentString = "//";
PrivateGlobalPrefix = "$L__";
HasSetDirective = false;
HasSingleParameterDotFile = false;