From 345fbfd7499254e5a4ecc4e83b3b8beb58c677b7 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 10 Sep 2019 22:10:00 +0000 Subject: llvm-remove: Remove "using namespace" in header. llvm-svn: 371563 --- llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp') diff --git a/llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp b/llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp index 90937d5476c..bfd5106fd87 100644 --- a/llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp +++ b/llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp @@ -13,6 +13,9 @@ //===----------------------------------------------------------------------===// #include "ReduceFunctions.h" +#include "Delta.h" + +using namespace llvm; /// Removes all the Defined Functions (as well as their calls) /// that aren't inside any of the desired Chunks. @@ -69,4 +72,4 @@ void llvm::reduceFunctionsDeltaPass(TestRunner &Test) { unsigned Functions = countFunctions(Test.getProgram()); runDeltaPass(Test, Functions, extractFunctionsFromModule); errs() << "----------------------------\n"; -} \ No newline at end of file +} -- cgit v1.2.3