[PowerPC] Do not use BLA with the 64-bit SVR4 ABI
[oota-llvm.git] / lib / Target / NVPTX / NVPTXSubtarget.cpp
index 6898256b2d6e535d48af7c2ed16c7c1e6cf17a87..8c7df52be344a99220c0842c2dbf04f071683f14 100644 (file)
@@ -13,6 +13,8 @@
 
 #include "NVPTXSubtarget.h"
 
+using namespace llvm;
+
 #define DEBUG_TYPE "nvptx-subtarget"
 
 #define GET_SUBTARGETINFO_ENUM
@@ -20,8 +22,6 @@
 #define GET_SUBTARGETINFO_CTOR
 #include "NVPTXGenSubtargetInfo.inc"
 
-using namespace llvm;
-
 // Pin the vtable to this file.
 void NVPTXSubtarget::anchor() {}