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/llvm-prof | |
parent | 6f9e6074a9dfafce9111733f90bc7c8d0ac5e6cc (diff) | |
download | external_llvm-bed85ff010b95923646ed4e187a5d432cedf67da.zip external_llvm-bed85ff010b95923646ed4e187a5d432cedf67da.tar.gz external_llvm-bed85ff010b95923646ed4e187a5d432cedf67da.tar.bz2 |
Header file moved
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13813 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-prof')
-rw-r--r-- | tools/llvm-prof/llvm-prof.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-prof/llvm-prof.cpp b/tools/llvm-prof/llvm-prof.cpp index 3288a4d..5a4227e 100644 --- a/tools/llvm-prof/llvm-prof.cpp +++ b/tools/llvm-prof/llvm-prof.cpp @@ -19,7 +19,7 @@ #include "llvm/Analysis/ProfileInfoLoader.h" #include "llvm/Bytecode/Reader.h" #include "Support/CommandLine.h" -#include "Support/Signals.h" +#include "llvm/System/Signals.h" #include <cstdio> #include <map> #include <set> |