diff options
| author | Jim Grosbach <grosbach@apple.com> | 2011-06-21 22:55:50 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2011-06-21 22:55:50 +0000 |
| commit | 797cff050437d8bd9db53bd1de1e54e168155ae3 (patch) | |
| tree | ba1ec250171f2626012be8efeb34c08a1b72096b /llvm/utils/TableGen/CodeGenInstruction.cpp | |
| parent | d1955e78b4d5f2d6c592d10046bf9d23f804b304 (diff) | |
| download | bcm5719-llvm-797cff050437d8bd9db53bd1de1e54e168155ae3.tar.gz bcm5719-llvm-797cff050437d8bd9db53bd1de1e54e168155ae3.zip | |
Consolidate some TableGen diagnostic helper functions.
TableGen had diagnostic printers sprinkled about in a few places. Pull them
together into a single location in Error.cpp.
llvm-svn: 133568
Diffstat (limited to 'llvm/utils/TableGen/CodeGenInstruction.cpp')
| -rw-r--r-- | llvm/utils/TableGen/CodeGenInstruction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/CodeGenInstruction.cpp b/llvm/utils/TableGen/CodeGenInstruction.cpp index 73fe9162585..e9557d2b4bc 100644 --- a/llvm/utils/TableGen/CodeGenInstruction.cpp +++ b/llvm/utils/TableGen/CodeGenInstruction.cpp @@ -13,6 +13,7 @@ #include "CodeGenInstruction.h" #include "CodeGenTarget.h" +#include "Error.h" #include "Record.h" #include "llvm/ADT/StringExtras.h" #include "llvm/ADT/StringMap.h" |

