commit | c73f42b54028e0fce3e7159b76cd59e78107023d | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Tue Jan 31 20:34:53 2012 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Tue Jan 31 20:34:53 2012 +0000 |
tree | 9a495d2ac0446f80567ae8f8bbc3cea74228dba2 | |
parent | 41aa108f743ed3b97cdf060ae25cfef38af5bc9e [diff] [blame] |
Add explanatory comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149416 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp index e6f49ab..1828cbb 100644 --- a/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/lib/Target/ARM/ARMConstantIslandPass.cpp
@@ -834,6 +834,7 @@ if (&*I == MI) return Offset; Offset += TII->GetInstSizeInBytes(I); } + // Unreachable. } /// CompareMBBNumbers - Little predicate function to sort the WaterList by MBB