diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-27 05:41:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-27 05:41:36 +0000 |
commit | bed85ff010b95923646ed4e187a5d432cedf67da (patch) | |
tree | e2ad63c249bf1b7add0a6effaf51c0b3be10f3cd /utils/TableGen/TableGen.cpp | |
parent | 6f9e6074a9dfafce9111733f90bc7c8d0ac5e6cc (diff) |
Header file moved
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13813 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/TableGen.cpp')
-rw-r--r-- | utils/TableGen/TableGen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/TableGen.cpp b/utils/TableGen/TableGen.cpp index ca78e81daf..d89d3dbb00 100644 --- a/utils/TableGen/TableGen.cpp +++ b/utils/TableGen/TableGen.cpp @@ -17,7 +17,7 @@ #include "Record.h" #include "Support/CommandLine.h" -#include "Support/Signals.h" +#include "llvm/System/Signals.h" #include "Support/FileUtilities.h" #include "CodeEmitterGen.h" #include "RegisterInfoEmitter.h" |