AArch64: Remove unnecessary parens
[oota-llvm.git] / include / llvm / ExecutionEngine / ObjectCache.h
index 6f55e4391e61910a7ce5ccbe6d42bf5384708659..d1849dfc3bf652d38c7f50d7794b95059851df40 100644 (file)
@@ -20,6 +20,7 @@ class Module;
 /// ExecutionEngine for the purpose of avoiding compilation for Modules that
 /// have already been compiled and an object file is available.
 class ObjectCache {
+  virtual void anchor();
 public:
   ObjectCache() { }