diff options
author | Evan Cheng <evan.cheng@apple.com> | 2013-02-21 18:37:54 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2013-02-21 18:37:54 +0000 |
commit | b300455b5817f099d64aad8f9356e0e23fa9a87e (patch) | |
tree | dbd25b619b3577ef05ba23d9271e1c39f4482864 /lib/Target/ARM/ARMConstantIslandPass.cpp | |
parent | 399eafb580f824d6df2d7392e1bc3e25ecb39f32 (diff) |
Radar numbers don't belong in source code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMConstantIslandPass.cpp')
-rw-r--r-- | lib/Target/ARM/ARMConstantIslandPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp index 70a25c26a9..4891609b33 100644 --- a/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/lib/Target/ARM/ARMConstantIslandPass.cpp @@ -1468,7 +1468,7 @@ void ARMConstantIslands::removeDeadCPEMI(MachineInstr *CPEMI) { if (CPEBB->empty()) { BBInfo[CPEBB->getNumber()].Size = 0; - // This block no longer needs to be aligned. <rdar://problem/10534709>. + // This block no longer needs to be aligned. CPEBB->setAlignment(0); } else // Entries are sorted by descending alignment, so realign from the front. |