Remove stale TLI Module level pass registration
authorTeresa Johnson <tejohnson@google.com>
Sat, 7 Sep 2019 03:09:46 +0000 (03:09 +0000)
committerTeresa Johnson <tejohnson@google.com>
Sat, 7 Sep 2019 03:09:46 +0000 (03:09 +0000)
commitea61fcc2e46adc99b39525b77c98b101708386f4
treed07d1ff2c3579481987129ac8d219ed8edc6236c
parent9c27b59cec76abea4f3f9261f3ffa73450f239c6
Remove stale TLI Module level pass registration

Clang patch to adapt to LLVM changes in D66428 that make the TLI
require a Function. There is no longer a module-level
TargetLibraryAnalysis, so remove its registration

llvm-svn: 371285
clang/lib/CodeGen/BackendUtil.cpp