1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Don't set PrivateGlobalPrefix twice in the same function.

llvm-svn: 196169
This commit is contained in:
Rafael Espindola 2013-12-02 23:26:31 +00:00
parent d41a7b228c
commit d2ccd34a64

View File

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