diff options
author | Diego Trevino Ferrer <diegof30@gmail.com> | 2019-08-07 21:51:54 +0000 |
---|---|---|
committer | Diego Trevino Ferrer <diegof30@gmail.com> | 2019-08-07 21:51:54 +0000 |
commit | d4d00ae6a254f6ee42a044cf5c7b804fd1ec60b2 (patch) | |
tree | 5b078c7b27885bc535d2da39889647310df86a90 /llvm/tools/llvm-reduce/deltas/ReduceFunctions.h | |
parent | 127af283abee88774c45bccdaafc4a0b52d59d5d (diff) | |
download | bcm5719-llvm-d4d00ae6a254f6ee42a044cf5c7b804fd1ec60b2.tar.gz bcm5719-llvm-d4d00ae6a254f6ee42a044cf5c7b804fd1ec60b2.zip |
Revert Added Delta IR Reduction Tool
This reverts r368071 (git commit a2584978f5bb41973d65a145b0d9459b81e3ac6d)
llvm-svn: 368217
Diffstat (limited to 'llvm/tools/llvm-reduce/deltas/ReduceFunctions.h')
-rw-r--r-- | llvm/tools/llvm-reduce/deltas/ReduceFunctions.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/llvm/tools/llvm-reduce/deltas/ReduceFunctions.h b/llvm/tools/llvm-reduce/deltas/ReduceFunctions.h deleted file mode 100644 index 7c2cd3f33e9..00000000000 --- a/llvm/tools/llvm-reduce/deltas/ReduceFunctions.h +++ /dev/null @@ -1,20 +0,0 @@ -//===- ReduceFunctions.h - Specialized Delta Pass -------------------------===// -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -// -//===----------------------------------------------------------------------===// -// -// This file implements a function which calls the Generic Delta pass in order -// to reduce functions (and any instruction that calls it) in the provided -// Module. -// -//===----------------------------------------------------------------------===// - -#include "Delta.h" -#include "llvm/Transforms/Utils/Cloning.h" - -namespace llvm { -void reduceFunctionsDeltaPass(TestRunner &Test); -} // namespace llvm |