diff options
author | Duraid Madina <duraid@octopus.com.au> | 2005-12-28 04:55:42 +0000 |
---|---|---|
committer | Duraid Madina <duraid@octopus.com.au> | 2005-12-28 04:55:42 +0000 |
commit | 3005961701ca5f08b3a4945e45123a373fd47582 (patch) | |
tree | 2b521ce75530e1b72b53d8b648da8e498da8982b /lib/CodeGen/RegAllocLinearScan.cpp | |
parent | 8c7bd3615a8722d981a1a7e8a6a2dd3b1d56ef4d (diff) |
HB is *the* code janitor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25031 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r-- | lib/CodeGen/RegAllocLinearScan.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp index 815f474090..fbf669285c 100644 --- a/lib/CodeGen/RegAllocLinearScan.cpp +++ b/lib/CodeGen/RegAllocLinearScan.cpp @@ -30,6 +30,7 @@ #include <cmath> #include <set> #include <queue> +#include <memory> using namespace llvm; namespace { |