diff options
author | Chris Lattner <sabre@nondot.org> | 2004-08-01 07:42:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-08-01 07:42:39 +0000 |
commit | 5572682faa70805397a0722850da7c3b20fcb643 (patch) | |
tree | 1ef1022556c36aa7c47c8e96216cf08e540bbf4a /llvm/utils/TableGen/CodeGenTarget.h | |
parent | 9520d20c8315c816ef3155e7aaffab6564e6b6cd (diff) | |
download | bcm5719-llvm-5572682faa70805397a0722850da7c3b20fcb643.tar.gz bcm5719-llvm-5572682faa70805397a0722850da7c3b20fcb643.zip |
Parse the operand list of the instruction. We currently support register and immediate operands.
llvm-svn: 15390
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.h')
-rw-r--r-- | llvm/utils/TableGen/CodeGenTarget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenTarget.h b/llvm/utils/TableGen/CodeGenTarget.h index c3bd1e11535..e711b8190c5 100644 --- a/llvm/utils/TableGen/CodeGenTarget.h +++ b/llvm/utils/TableGen/CodeGenTarget.h @@ -18,7 +18,6 @@ #define CODEGEN_TARGET_H #include "CodeGenInstruction.h" -#include "llvm/CodeGen/ValueTypes.h" #include <iosfwd> #include <map> |