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/SimpleInstrSelEmitter.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/SimpleInstrSelEmitter.cpp')
| -rw-r--r-- | utils/TableGen/SimpleInstrSelEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/SimpleInstrSelEmitter.cpp b/utils/TableGen/SimpleInstrSelEmitter.cpp index 5f4d20854d..8d36a741a5 100644 --- a/utils/TableGen/SimpleInstrSelEmitter.cpp +++ b/utils/TableGen/SimpleInstrSelEmitter.cpp @@ -22,7 +22,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" |
