diff options
author | Chris Lattner <sabre@nondot.org> | 2009-11-06 06:33:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-11-06 06:33:01 +0000 |
commit | 81f1b31c96d9c8ec3d8b7c0732f8e1dfaa40c9f4 (patch) | |
tree | dbfc3fff230c206d2281cae035a055e61eb288c4 /llvm/utils/TableGen/CodeGenTarget.h | |
parent | d82ae38d53002d1a202c35213e4075f45c895999 (diff) | |
download | llvm-81f1b31c96d9c8ec3d8b7c0732f8e1dfaa40c9f4.zip llvm-81f1b31c96d9c8ec3d8b7c0732f8e1dfaa40c9f4.tar.gz llvm-81f1b31c96d9c8ec3d8b7c0732f8e1dfaa40c9f4.tar.bz2 |
clang++ points out that this is pointless.
llvm-svn: 86239
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.h')
-rw-r--r-- | llvm/utils/TableGen/CodeGenTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenTarget.h b/llvm/utils/TableGen/CodeGenTarget.h index e763795..da4b1cc 100644 --- a/llvm/utils/TableGen/CodeGenTarget.h +++ b/llvm/utils/TableGen/CodeGenTarget.h @@ -229,7 +229,7 @@ class ComplexPattern { unsigned Properties; // Node properties unsigned Attributes; // Pattern attributes public: - ComplexPattern() : NumOperands(0) {}; + ComplexPattern() : NumOperands(0) {} ComplexPattern(Record *R); MVT::SimpleValueType getValueType() const { return Ty; } |