summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScheduleDAGInstrs.h
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-10-07 06:27:02 +0000
committerAndrew Trick <atrick@apple.com>2011-10-07 06:27:02 +0000
commit4563bbaba7fad4403acf0236cbd75805c68f2a90 (patch)
treeabadb27d1544c2bb2fbc6a24b72072825f9a7ee3 /lib/CodeGen/ScheduleDAGInstrs.h
parent1b526a98e367c9a512a082a0d008123206b2a558 (diff)
downloadllvm-4563bbaba7fad4403acf0236cbd75805c68f2a90.tar.gz
llvm-4563bbaba7fad4403acf0236cbd75805c68f2a90.tar.bz2
llvm-4563bbaba7fad4403acf0236cbd75805c68f2a90.tar.xz
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141356 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ScheduleDAGInstrs.h')
-rw-r--r--lib/CodeGen/ScheduleDAGInstrs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/ScheduleDAGInstrs.h b/lib/CodeGen/ScheduleDAGInstrs.h
index 8a4ea85523..6e672f4b72 100644
--- a/lib/CodeGen/ScheduleDAGInstrs.h
+++ b/lib/CodeGen/ScheduleDAGInstrs.h
@@ -109,7 +109,7 @@ namespace llvm {
/// initialized and destructed for each block.
std::vector<std::vector<SUnit *> > Defs;
std::vector<std::vector<SUnit *> > Uses;
-
+
/// PendingLoads - Remember where unknown loads are after the most recent
/// unknown store, as we iterate. As with Defs and Uses, this is here
/// to minimize construction/destruction.
@@ -127,7 +127,7 @@ namespace llvm {
protected:
/// DbgValues - Remember instruction that preceeds DBG_VALUE.
- typedef std::vector<std::pair<MachineInstr *, MachineInstr *> >
+ typedef std::vector<std::pair<MachineInstr *, MachineInstr *> >
DbgValueVector;
DbgValueVector DbgValues;
MachineInstr *FirstDbgValue;