Delete a comment that makes no sense to me. The statement that moving a CPE
authorBob Wilson <bob.wilson@apple.com>
Mon, 12 Oct 2009 22:49:05 +0000 (22:49 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 12 Oct 2009 22:49:05 +0000 (22:49 +0000)
commitaf4b7352193e4a024d4a4e87cac1ba1589e4de57
treeefe9c662357c18737953f0f62ae195f1b61c9469
parent9d36962ab66f728291f0921b3b4851a37d303e95
Delete a comment that makes no sense to me.  The statement that moving a CPE
before its reference is only supported on ARM has not been true for a while.
In fact, until recently, that was only supported for Thumb.  Besides that,
CPEs are always a multiple of 4 bytes in size, so inserting a CPE should have
no effect on Thumb alignment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83916 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMConstantIslandPass.cpp