aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-05 03:35:53 +0000
committerChris Lattner <sabre@nondot.org>2002-02-05 03:35:53 +0000
commit7471a7b019b2c4bb9d91a1e1aaf6328e2fc97256 (patch)
tree008a6c6a56c2ab2ac93039a9287a5beca6a9315e /lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp
parenteb5230c4f98bd94c019bc2faed9432ca892e2f11 (diff)
downloadexternal_llvm-7471a7b019b2c4bb9d91a1e1aaf6328e2fc97256.zip
external_llvm-7471a7b019b2c4bb9d91a1e1aaf6328e2fc97256.tar.gz
external_llvm-7471a7b019b2c4bb9d91a1e1aaf6328e2fc97256.tar.bz2
Must include SetOperations to do set_*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1716 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp')
-rw-r--r--lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp
index aef8431..efa428c 100644
--- a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp
+++ b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp
@@ -3,6 +3,7 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Method.h"
+#include "Support/SetOperations.h"
#include <iostream>
using std::cerr;