diff options
author | David Greene <greened@obbligato.org> | 2007-08-07 16:34:05 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2007-08-07 16:34:05 +0000 |
commit | 7e23146ab9dd6c2d8849bacce841a2e4660305dc (patch) | |
tree | f31e8cdafc0033e0aa0fe606696a6cdd76ff9e89 /lib/CodeGen | |
parent | 0ecfb59644f9f80b90bfa4a675786f8831048e80 (diff) | |
download | external_llvm-7e23146ab9dd6c2d8849bacce841a2e4660305dc.zip external_llvm-7e23146ab9dd6c2d8849bacce841a2e4660305dc.tar.gz external_llvm-7e23146ab9dd6c2d8849bacce841a2e4660305dc.tar.bz2 |
Add a missing forward declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40896 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/VirtRegMap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/VirtRegMap.h b/lib/CodeGen/VirtRegMap.h index e5d4b22..da20d4a 100644 --- a/lib/CodeGen/VirtRegMap.h +++ b/lib/CodeGen/VirtRegMap.h @@ -25,6 +25,7 @@ namespace llvm { class MachineInstr; + class MachineFunction; class TargetInstrInfo; class VirtRegMap { |