projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75279cc
)
Nonpolymorphic class, doesn't need a virtual dtor!
author
Chris Lattner
<sabre@nondot.org>
Mon, 23 Jul 2001 03:57:05 +0000
(
03:57
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 23 Jul 2001 03:57:05 +0000
(
03:57
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineInstr.h
b/include/llvm/CodeGen/MachineInstr.h
index 3a28a1ee0b1b4db2f6ffed2347e426e19da46ea5..72f299f01503342d37b4b9a17a808478cbc320a5 100644
(file)
--- a/
include/llvm/CodeGen/MachineInstr.h
+++ b/
include/llvm/CodeGen/MachineInstr.h
@@
-187,7
+187,7
@@
public:
/*ctor*/ MachineInstr (MachineOpCode _opCode,
OpCodeMask _opCodeMask = 0x0);
- /*dtor*/
virtual
~MachineInstr ();
+ /*dtor*/
~MachineInstr ();
const MachineOpCode getOpCode () const;