commit | be583b914d8156b99d3da264d5adca37fee8dbc9 | [log] [tgz] |
---|---|---|
author | John Criswell <criswell@uiuc.edu> | Wed Jun 11 14:01:36 2003 +0000 |
committer | John Criswell <criswell@uiuc.edu> | Wed Jun 11 14:01:36 2003 +0000 |
tree | da884b147eb2f4dbcaf253225e26f82899ec3553 | |
parent | aff713cca56dced4a1423f6cbab666ea30e93c23 [diff] [blame] |
Included assert.h so that the code compiles under newer versions of GCC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6682 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SparcV9/MachineCodeForInstruction.h b/lib/Target/SparcV9/MachineCodeForInstruction.h index ff171e9..91b4dfd 100644 --- a/lib/Target/SparcV9/MachineCodeForInstruction.h +++ b/lib/Target/SparcV9/MachineCodeForInstruction.h
@@ -20,6 +20,8 @@ #include "Support/Annotation.h" #include <vector> +#include <assert.h> + class MachineInstr; class Instruction; class Value;