[PowerPC] Generate logical vector VSX instructions
[oota-llvm.git] / lib / Target / NVPTX / NVPTXSubtarget.cpp
index c4d0d6e4193dab9513dc2125262d7d98db353d32..9771a176d8dc33664090f7d5c06370cfe08538cb 100644 (file)
@@ -20,6 +20,9 @@
 using namespace llvm;
 
 
+// Pin the vtable to this file.
+void NVPTXSubtarget::anchor() {}
+
 NVPTXSubtarget::NVPTXSubtarget(const std::string &TT, const std::string &CPU,
                                const std::string &FS, bool is64Bit)
     : NVPTXGenSubtargetInfo(TT, CPU, FS), Is64Bit(is64Bit), PTXVersion(0),