summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/IA64/IA64Bundling.cpp
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2006-01-26 09:08:31 +0000
committerDuraid Madina <duraid@octopus.com.au>2006-01-26 09:08:31 +0000
commitc090ac13bd1670b10aaca059fbb5ac3aec2af7e0 (patch)
treec9936429f6a62eb4ad0cf10b44370e0dc73ebc5d /llvm/lib/Target/IA64/IA64Bundling.cpp
parentdbc2aac1e7d25c15a2341a6d463ee58c6affb3da (diff)
downloadbcm5719-llvm-c090ac13bd1670b10aaca059fbb5ac3aec2af7e0.tar.gz
bcm5719-llvm-c090ac13bd1670b10aaca059fbb5ac3aec2af7e0.zip
some hoovering
llvm-svn: 25643
Diffstat (limited to 'llvm/lib/Target/IA64/IA64Bundling.cpp')
-rw-r--r--llvm/lib/Target/IA64/IA64Bundling.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/lib/Target/IA64/IA64Bundling.cpp b/llvm/lib/Target/IA64/IA64Bundling.cpp
index 0180ae23a45..2f3d238f082 100644
--- a/llvm/lib/Target/IA64/IA64Bundling.cpp
+++ b/llvm/lib/Target/IA64/IA64Bundling.cpp
@@ -2,8 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file was developed by the LLVM research group and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file was developed by Duraid Madina and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
@@ -56,7 +56,8 @@ namespace {
std::set<unsigned> PendingRegWrites; // XXX: ugly global, but
// pending writes can cross basic blocks. Note that
- // taken branches end instruction groups.
+ // taken branches end instruction groups. So we
+ // only need to worry about 'fallthrough' code
};
} // end of anonymous namespace
OpenPOWER on IntegriCloud