commit | d4b19e12ed6ec6a9c944c18ac3a21d76f5f3c22e | [log] [tgz] |
---|---|---|
author | Sean Callanan <scallanan@apple.com> | Tue Feb 09 23:06:35 2010 +0000 |
committer | Sean Callanan <scallanan@apple.com> | Tue Feb 09 23:06:35 2010 +0000 |
tree | f28c6946a2d3184f9ed40e6073c78ae184c5c81f | |
parent | c6ee3766928fa392797cb7be64cd714ffca09080 [diff] [blame] |
Fixed some indentation in the AsmWriterInst implementation. Also changed the constructor so that it does not require a Record, making it usable by the EDEmitter. llvm-svn: 95715
diff --git a/llvm/utils/TableGen/EDEmitter.cpp b/llvm/utils/TableGen/EDEmitter.cpp index f428a20..6bbe4d9 100644 --- a/llvm/utils/TableGen/EDEmitter.cpp +++ b/llvm/utils/TableGen/EDEmitter.cpp
@@ -15,6 +15,7 @@ #include "EDEmitter.h" +#include "AsmWriterInst.h" #include "CodeGenTarget.h" #include "Record.h"