Add a missing forward declaration.
authorDavid Greene <greened@obbligato.org>
Tue, 7 Aug 2007 16:34:05 +0000 (16:34 +0000)
committerDavid Greene <greened@obbligato.org>
Tue, 7 Aug 2007 16:34:05 +0000 (16:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40896 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/VirtRegMap.h

index e5d4b220fe08817221e7f03f4c1dda4fc6fc4199..da20d4ae114b6a25c2cb1f49faa8b3453268a45b 100644 (file)
@@ -25,6 +25,7 @@
 
 namespace llvm {
   class MachineInstr;
+  class MachineFunction;
   class TargetInstrInfo;
 
   class VirtRegMap {