]> granicus.if.org Git - llvm/commit
[Attributor][FIX] Remove initialize calls and add undefs
authorJohannes Doerfert <jdoerfert@anl.gov>
Mon, 7 Oct 2019 23:28:54 +0000 (23:28 +0000)
committerJohannes Doerfert <jdoerfert@anl.gov>
Mon, 7 Oct 2019 23:28:54 +0000 (23:28 +0000)
commitabe7bea48750015d2e92de93b006a0fc5cc188a0
treeba6d08823a969630d9c6dce5e47d4c0214dde057
parent7a41fbe432bc68edd8763a747e31cb9a75b791b2
[Attributor][FIX] Remove initialize calls and add undefs

The initialization logic has become part of the Attributor but the
patches that introduced these calls here were in development when the
transition happened.

We also now clean up (undefine) the macros used to create attributes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373987 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/Attributor.cpp