AMDGPU/SI: Remove isTriviallyReMaterializable() function from SIInstrInfo
authorTom Stellard <thomas.stellard@amd.com>
Thu, 30 Jul 2015 16:20:40 +0000 (16:20 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Thu, 30 Jul 2015 16:20:40 +0000 (16:20 +0000)
commita3a8dc4c30dbbd8d53d0d1c1c083bb131e421c7e
tree8bfa9ccefcfeae713924501b050fa2e090589f0d
parentf04b7c7d06531709e850f5a1d50ee47ed6a7c566
AMDGPU/SI: Remove isTriviallyReMaterializable() function from SIInstrInfo

Summary:
This function is never called.  isReallyTriviallyReMaterializable() is
the function that should be implemented instead.

Reviewers: arsenm

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D11620

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