do not wrap this whole file in namespace llvm
authorChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 06:38:35 +0000 (06:38 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 06:38:35 +0000 (06:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23962 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/SparcV8CodeEmitter.cpp
lib/Target/SparcV8/SparcV8CodeEmitter.cpp

index d2edee4b96b166a8a3a9c8f03a0e9d05347224c6..da0beaff700df47c6605df260fb4aa096aaa0352 100644 (file)
@@ -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"
index d2edee4b96b166a8a3a9c8f03a0e9d05347224c6..da0beaff700df47c6605df260fb4aa096aaa0352 100644 (file)
@@ -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"