mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Fixing the sanitizer build failure:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/12868/steps/annotate/logs/stdio git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217987 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7516444a26
commit
0a1dc0d78f
@ -40,6 +40,10 @@ public:
|
||||
LibCallSimplifier(const DataLayout *TD, const TargetLibraryInfo *TLI,
|
||||
bool UnsafeFPShrink);
|
||||
|
||||
/// ~LibCallSimplifier - Adding the virtual destructor back in to satisfy
|
||||
/// -Wnon-virtual-dtor. This class is used polymorphically by InstCombine.
|
||||
virtual ~LibCallSimplifier() {}
|
||||
|
||||
/// optimizeCall - Take the given call instruction and return a more
|
||||
/// optimal value to replace the instruction with or 0 if a more
|
||||
/// optimal form can't be found. Note that the returned value may
|
||||
|
Loading…
x
Reference in New Issue
Block a user