From a3b8e84a574f9416c550d786b33d7f2b209e0da3 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 19 May 2009 17:51:26 +0000 Subject: Remove 'class' specifier. llvm-svn: 72113 --- llvm/lib/CodeGen/Spiller.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/lib/CodeGen/Spiller.h') diff --git a/llvm/lib/CodeGen/Spiller.h b/llvm/lib/CodeGen/Spiller.h index 12506fe4dec..e8385088102 100644 --- a/llvm/lib/CodeGen/Spiller.h +++ b/llvm/lib/CodeGen/Spiller.h @@ -22,12 +22,12 @@ namespace llvm { class Spiller { public: virtual ~Spiller() = 0; - virtual std::vector spill(class LiveInterval *li) = 0; + virtual std::vector spill(LiveInterval *li) = 0; }; /// Create and return a spiller object, as specified on the command line. - Spiller* createSpiller(class MachineFunction *mf, class LiveIntervals *li, - class VirtRegMap *vrm); + Spiller* createSpiller(MachineFunction *mf, LiveIntervals *li, + VirtRegMap *vrm); } #endif -- cgit v1.2.3