Reverting dtor devirtualization patch.
[oota-llvm.git] / lib / VMCore / InlineAsm.cpp
index 4b4223775f20558cb841359b9e5a2410617e4b87..ca4ecad058c058ffea5fb897230cb5801800040c 100644 (file)
 #include <cctype>
 using namespace llvm;
 
+// Implement the first virtual method in this class in this file so the
+// InlineAsm vtable is emitted here.
+InlineAsm::~InlineAsm() {
+}
+
+
 // NOTE: when memoizing the function type, we have to be careful to handle the
 // case when the type gets refined.