[llvm] r227812 - Remove some unused forward declarations.

Sean Silva chisophugis at gmail.com
Mon Feb 2 15:16:52 PST 2015


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/ec97e185/attachment.html>


More information about the llvm-commits mailing list