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)
commit9d74076065279abbc8c1beaa6510ba620cee9cd7
treefaef854da66121605d171bb5829aa33712af1576
parentf8e6f4496bb28e9a82a270d6a278e52d385b7916
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

llvm-svn: 243651
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
llvm/lib/Target/AMDGPU/SIInstrInfo.h