forked from OSchip/llvm-project
do not wrap this whole file in namespace llvm
llvm-svn: 23962
This commit is contained in:
parent
46705b2f2d
commit
76b12c4d95
|
@ -20,8 +20,7 @@
|
|||
#include <cstdlib>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
using namespace llvm;
|
||||
|
||||
namespace {
|
||||
class SparcV8CodeEmitter : public MachineFunctionPass {
|
||||
|
@ -181,6 +180,4 @@ void SparcV8JITInfo::replaceMachineCodeForFunction(void *Old, void *New) {
|
|||
abort();
|
||||
}
|
||||
|
||||
} // end llvm namespace
|
||||
|
||||
#include "SparcV8GenCodeEmitter.inc"
|
||||
|
|
Loading…
Reference in New Issue