Test commit permission

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283318 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Oren Ben Simhon 2016-10-05 13:48:33 +00:00
parent 3beccae0ab
commit 464fb841a0

View File

@ -183,8 +183,8 @@ so cool to turn it into something like:
... which would only do one 32-bit XOR per loop iteration instead of two.
It would also be nice to recognize the reg->size doesn't alias reg->node[i], but
this requires TBAA.
It would also be nice to recognize the reg->size doesn't alias reg->node[i],
but this requires TBAA.
//===---------------------------------------------------------------------===//