[llvm] r301496 - MachineFrameInfo.h: Remove unnecessary forward declarations; NFC

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 16:37:05 PDT 2017


Author: matze
Date: Wed Apr 26 18:37:04 2017
New Revision: 301496

URL: http://llvm.org/viewvc/llvm-project?rev=301496&view=rev
Log:
MachineFrameInfo.h: Remove unnecessary forward declarations; NFC

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h?rev=301496&r1=301495&r2=301496&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h Wed Apr 26 18:37:04 2017
@@ -21,15 +21,9 @@
 
 namespace llvm {
 class raw_ostream;
-class DataLayout;
-class TargetRegisterClass;
-class Type;
 class MachineFunction;
 class MachineBasicBlock;
-class TargetFrameLowering;
-class TargetMachine;
 class BitVector;
-class Value;
 class AllocaInst;
 
 /// The CalleeSavedInfo class tracks the information need to locate where a




More information about the llvm-commits mailing list