[llvm] r227812 - Remove some unused forward declarations.

Eric Christopher echristo at gmail.com
Mon Feb 2 15:17:20 PST 2015


I don't :) I just saw them as I was going through.

It would be nice though.

-eric

On Mon Feb 02 2015 at 3:16:52 PM Sean Silva <chisophugis at gmail.com> wrote:

> Do we have a clang-tidy check for this?
>
> On Mon, Feb 2, 2015 at 9:38 AM, Eric Christopher <echristo at gmail.com>
> wrote:
>
>> Author: echristo
>> Date: Mon Feb  2 11:38:37 2015
>> New Revision: 227812
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=227812&view=rev
>> Log:
>> Remove some unused forward declarations.
>>
>> Modified:
>>     llvm/trunk/lib/Target/X86/X86FrameLowering.h
>>
>> Modified: llvm/trunk/lib/Target/X86/X86FrameLowering.h
>> URL:
>> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86FrameLowering.h?rev=227812&r1=227811&r2=227812&view=diff
>>
>> ==============================================================================
>> --- llvm/trunk/lib/Target/X86/X86FrameLowering.h (original)
>> +++ llvm/trunk/lib/Target/X86/X86FrameLowering.h Mon Feb  2 11:38:37 2015
>> @@ -18,10 +18,6 @@
>>
>>  namespace llvm {
>>
>> -class MCSymbol;
>> -class X86TargetMachine;
>> -class X86Subtarget;
>> -
>>  class X86FrameLowering : public TargetFrameLowering {
>>  public:
>>    explicit X86FrameLowering(StackDirection D, unsigned StackAl, int LAO)
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150202/6b4c290c/attachment.html>


More information about the llvm-commits mailing list