[llvm] r191026 - Remove extraneous space, the asm printing infrastructure adds a space

Eric Christopher echristo at gmail.com
Thu Sep 19 13:34:07 PDT 2013


On Thu, Sep 19, 2013 at 12:42 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
> On Sep 19, 2013 11:46 AM, "Eric Christopher" <echristo at gmail.com> wrote:
>>
>> Author: echristo
>> Date: Thu Sep 19 13:41:40 2013
>> New Revision: 191026
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=191026&view=rev
>> Log:
>> Remove extraneous space, the asm printing infrastructure adds a space
>> in normally.
>
> Where did this show up?
>

clang -S -g -ggnu-pubnames foo.cpp -o -

-eric

>>
>> Modified:
>>     llvm/trunk/lib/MC/MCAsmStreamer.cpp
>>
>> Modified: llvm/trunk/lib/MC/MCAsmStreamer.cpp
>> URL:
>> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCAsmStreamer.cpp?rev=191026&r1=191025&r2=191026&view=diff
>>
>> ==============================================================================
>> --- llvm/trunk/lib/MC/MCAsmStreamer.cpp (original)
>> +++ llvm/trunk/lib/MC/MCAsmStreamer.cpp Thu Sep 19 13:41:40 2013
>> @@ -657,7 +657,6 @@ void MCAsmStreamer::EmitBytes(StringRef
>>      OS << MAI->getAsciiDirective();
>>    }
>>
>> -  OS << ' ';
>>    PrintQuotedString(Data, OS);
>>    EmitEOL();
>>  }
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list