OSDN Git Service

R600/SI: Fix typos in SIInstrInfo::areLoadsFromSameBasePtr()
authorTom Stellard <thomas.stellard@amd.com>
Wed, 3 Sep 2014 15:22:39 +0000 (15:22 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 3 Sep 2014 15:22:39 +0000 (15:22 +0000)
commit2381dfeab5a1ef1b0ed1a59d1952f06c6db36f34
tree35904e3a977dc18571aeb06c49a7a682979d215f
parent218805d21d90698bf7c88faf0fc32c449d04bfdc
R600/SI: Fix typos in SIInstrInfo::areLoadsFromSameBasePtr()

This fixes a crash in the OpenCV test:
ImgprocWarpResizeArea/Resize.Mat/16

There is no test case for this, because this failure depends on a
specific ordering of the loads, which could easily change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217040 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIInstrInfo.cpp