forked from OSchip/llvm-project
parent
6d05e69d5a
commit
3ceb0cc11d
|
@ -30,7 +30,7 @@ public:
|
|||
///
|
||||
/// @note This has to exist, because this is a pass, but it should never be
|
||||
/// used.
|
||||
TargetData() : DataLayout() {};
|
||||
TargetData() : DataLayout() {}
|
||||
|
||||
/// Constructs a TargetData from a specification string.
|
||||
/// See DataLayout::init().
|
||||
|
|
Loading…
Reference in New Issue