mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Minor cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5266 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6a490cedb5
commit
64317fce27
@ -20,11 +20,8 @@
|
||||
#include "llvm/iOther.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "llvm/Pass.h"
|
||||
#include "llvm/Annotation.h"
|
||||
#include "Support/CommandLine.h"
|
||||
#include "Support/NonCopyable.h"
|
||||
#include <algorithm>
|
||||
using namespace std;
|
||||
|
||||
namespace {
|
||||
//===--------------------------------------------------------------------===//
|
||||
@ -135,8 +132,8 @@ namespace {
|
||||
|
||||
bool doFinalization(Function &F) {
|
||||
if (PreSelectDebugLevel >= PreSelect_PrintOutput)
|
||||
cerr << "\n\n*** LLVM code after pre-selection for function "
|
||||
<< F.getName() << ":\n\n" << F;
|
||||
std::cerr << "\n\n*** LLVM code after pre-selection for function "
|
||||
<< F.getName() << ":\n\n" << F;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user