mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
TargetData is not subclassed. So no need to have virtual method.
llvm-svn: 31173
This commit is contained in:
parent
4b204306fa
commit
cb480ce29c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user