[CodeGen] Remove operands from FENTRY_CALL
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>
Thu, 25 Oct 2018 21:12:15 +0000 (21:12 +0000)
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>
Thu, 25 Oct 2018 21:12:15 +0000 (21:12 +0000)
commit5be9e6de8998b3b6704e908fdd57ae6355a599b4
tree361ea2f0395f139bb410520261f2c40488e02a2c
parent53e869da7d6672c7ad7e118b8969905733806afe
[CodeGen] Remove operands from FENTRY_CALL

FENTRY_CALL is actually not taking any input / output operands. The
machine verifier complains now because the target description says that:

* It needs 1 unknown output
* It needs 1 or more variable inputs

llvm-svn: 345316
llvm/include/llvm/Target/Target.td
llvm/test/CodeGen/X86/fentry-insertion.ll