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/SetTheory.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/SetTheory.cpp')
| -rw-r--r-- | llvm/utils/TableGen/SetTheory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/SetTheory.cpp b/llvm/utils/TableGen/SetTheory.cpp index 509d2f3417c..21ac09cb662 100644 --- a/llvm/utils/TableGen/SetTheory.cpp +++ b/llvm/utils/TableGen/SetTheory.cpp @@ -13,6 +13,7 @@ //===----------------------------------------------------------------------===// #include "SetTheory.h" +#include "Error.h" #include "Record.h" #include "llvm/Support/Format.h" |

