diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2010-07-15 04:48:17 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2010-07-15 04:48:17 +0000 |
| commit | 366026e333ab226c12c23857388e8396f515acbe (patch) | |
| tree | a21200d7c65d49fcd82ace0388a51342f60e03e4 /lib/Core/SpecialFunctionHandler.h | |
| parent | 71b789b9fda3aacdd3493b2f93913f7fb1550873 (diff) | |
| download | klee-366026e333ab226c12c23857388e8396f515acbe.tar.gz | |
Fix some -Wmismatched-tags warnings.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@108403 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Core/SpecialFunctionHandler.h')
| -rw-r--r-- | lib/Core/SpecialFunctionHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/SpecialFunctionHandler.h b/lib/Core/SpecialFunctionHandler.h index e8c2eedf..02e70ed4 100644 --- a/lib/Core/SpecialFunctionHandler.h +++ b/lib/Core/SpecialFunctionHandler.h @@ -22,7 +22,7 @@ namespace klee { class Executor; class Expr; class ExecutionState; - class KInstruction; + struct KInstruction; template<typename T> class ref; class SpecialFunctionHandler { |
