diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-26 07:59:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-26 07:59:22 +0000 |
commit | 234a2d4f190b9c4af1cce8c91e4e32180fae447b (patch) | |
tree | 942ed71561e26fbeda42a9f8a26bb6c944178201 /llvm/lib/ExecutionEngine/Interpreter | |
parent | 120035898b43fa4858cd3e81516df24e0ba84974 (diff) | |
download | bcm5719-llvm-234a2d4f190b9c4af1cce8c91e4e32180fae447b.tar.gz bcm5719-llvm-234a2d4f190b9c4af1cce8c91e4e32180fae447b.zip |
remove obsolete comment
llvm-svn: 11872
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter')
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/Interpreter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h index ce5285e3523..cc17e99a967 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h @@ -24,7 +24,7 @@ namespace llvm { -struct FunctionInfo; // Defined in ExecutionAnnotations.h +struct FunctionInfo; class gep_type_iterator; class ConstantExpr; |