Files
llvm/test/Transforms/FunctionAttrs
Johannes Doerfert 62899a2174 [Attributor] Fix: Gracefully handle non-instruction users
Function can have users that are not instructions, e.g., bitcasts. For
now, we simply give up when we see them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369588 91177308-0d34-0410-b5e6-96231b3b80d8
2019-08-21 21:48:56 +00:00
..