TargetData is not subclassed. So no need to have virtual method.

llvm-svn: 31173
This commit is contained in:
Devang Patel 2006-10-24 20:48:29 +00:00
parent 3becc6b0d5
commit 373beb28ae
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public:
/// getPreferredAlignmentLog - Return the preferred alignment of the
/// specified global, returned in log form. This includes an explicitly
/// requested alignment (if the global has one).
virtual unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
unsigned getPreferredAlignmentLog(const GlobalVariable *GV) const;
};
/// StructLayout - used to lazily calculate structure layout information for a