summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-24 23:42:33 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-24 23:42:33 +0000
commit15d3967f92cb0318c7a1c1fd6d4576a3bb708dc4 (patch)
tree2922ea33939b9ac5c04fbceeb930b061e98a5a19
parentb2dc296910508f5818548b696265d4f99aa3a6b9 (diff)
downloadbcm5719-llvm-15d3967f92cb0318c7a1c1fd6d4576a3bb708dc4.tar.gz
bcm5719-llvm-15d3967f92cb0318c7a1c1fd6d4576a3bb708dc4.zip
Fix build for GCC 4.0?
llvm-svn: 77016
-rw-r--r--llvm/lib/Target/MSIL/MSILWriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/MSIL/MSILWriter.cpp b/llvm/lib/Target/MSIL/MSILWriter.cpp
index ad0364907fd..727ba381e08 100644
--- a/llvm/lib/Target/MSIL/MSILWriter.cpp
+++ b/llvm/lib/Target/MSIL/MSILWriter.cpp
@@ -25,6 +25,7 @@
#include "llvm/Transforms/Scalar.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/CodeGen/Passes.h"
+using namespace MSIL;
namespace {
// TargetMachine for the MSIL
OpenPOWER on IntegriCloud