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 /tools/bugpoint/bugpoint.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 'tools/bugpoint/bugpoint.cpp')
| -rw-r--r-- | tools/bugpoint/bugpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp index 318e80ffb3..6dc08556ce 100644 --- a/tools/bugpoint/bugpoint.cpp +++ b/tools/bugpoint/bugpoint.cpp @@ -17,7 +17,7 @@ #include "llvm/Support/PassNameParser.h" #include "llvm/Support/ToolRunner.h" #include "Support/CommandLine.h" -#include "Support/Signals.h" +#include "llvm/System/Signals.h" #include "Config/unistd.h" #include <sys/resource.h> using namespace llvm; |
