]> granicus.if.org Git - llvm/commit
Remove a processFixupValue hack.
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 24 Jun 2017 05:12:29 +0000 (05:12 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 24 Jun 2017 05:12:29 +0000 (05:12 +0000)
commit3a48f331ba0ffdf41bb9f9fb898c6648eacbad96
tree49a1ae1ca3de89819a1f6621212258d1bdb2b3cb
parentc88c3632e764dbb26e9c1041955a806ae006e9f7
Remove a processFixupValue hack.

The intention of processFixupValue is not to redefine the semantics of
MCExpr. It is odd enough that a expression lowers to a PCRel MCExpr or
not depending on what it looks like. At least it is a local hack now.

I left a fix for anyone trying to figure out what producers should be
producing a different expression.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306200 cdac9f57-aa62-4fd3-8940-286f4534e8a0
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp