diff options
author | Duraid Madina <duraid@octopus.com.au> | 2006-01-26 09:08:31 +0000 |
---|---|---|
committer | Duraid Madina <duraid@octopus.com.au> | 2006-01-26 09:08:31 +0000 |
commit | c090ac13bd1670b10aaca059fbb5ac3aec2af7e0 (patch) | |
tree | c9936429f6a62eb4ad0cf10b44370e0dc73ebc5d /llvm/lib/Target/IA64/IA64Bundling.cpp | |
parent | dbc2aac1e7d25c15a2341a6d463ee58c6affb3da (diff) | |
download | bcm5719-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.cpp | 7 |
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 |