summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-04-10 22:32:47 +0000
committerChris Lattner <sabre@nondot.org>2004-04-10 22:32:47 +0000
commit7015a035e7295b6b33d89ded2147fb340675dfc0 (patch)
tree424db1c9041bbd75e15ac728f0205e51930b93b8 /include
parentc39546cceb8526b332852bafd0689f6ee4867b11 (diff)
downloadllvm-7015a035e7295b6b33d89ded2147fb340675dfc0.tar.gz
llvm-7015a035e7295b6b33d89ded2147fb340675dfc0.tar.bz2
llvm-7015a035e7295b6b33d89ded2147fb340675dfc0.tar.xz
Note to self: SAVE FILES!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12823 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/ValueNumbering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Analysis/ValueNumbering.h b/include/llvm/Analysis/ValueNumbering.h
index 0ce8336afe..965e87fe97 100644
--- a/include/llvm/Analysis/ValueNumbering.h
+++ b/include/llvm/Analysis/ValueNumbering.h
@@ -26,6 +26,7 @@
namespace llvm {
class Value;
+class Instruction;
struct ValueNumbering {
virtual ~ValueNumbering(); // We want to be subclassed