Some random comment, naming, and format changes.
[oota-llvm.git] / lib / Target / Sparc / SparcSubtarget.h
index 00a04c3bea57e62942a7257429baaa3b7f3559a8..a81931b34aa241e9b955f891be37949ac0853765 100644 (file)
@@ -1,4 +1,4 @@
-//=====-- SparcSubtarget.h - Define Subtarget for the SPARC ----*- C++ -*-====//
+//===-- SparcSubtarget.h - Define Subtarget for the SPARC -------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -24,6 +24,7 @@ namespace llvm {
 class StringRef;
 
 class SparcSubtarget : public SparcGenSubtargetInfo {
+  virtual void anchor();
   bool IsV9;
   bool V8DeprecatedInsts;
   bool IsVIS;