diff options
author | Devang Patel <dpatel@apple.com> | 2008-02-27 01:20:54 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-02-27 01:20:54 +0000 |
commit | 5bc621c6806e61b260a0d3c03a51e5dbf11f60e1 (patch) | |
tree | 4400ea6a3641ebf00d79750e4f8dccc96fd8ad89 /llvm/lib/VMCore/Instructions.cpp | |
parent | 3f86109fd1ed9ea215f1ab2be9453f0a059f8306 (diff) | |
download | bcm5719-llvm-5bc621c6806e61b260a0d3c03a51e5dbf11f60e1.tar.gz bcm5719-llvm-5bc621c6806e61b260a0d3c03a51e5dbf11f60e1.zip |
Add comment.
llvm-svn: 47653
Diffstat (limited to 'llvm/lib/VMCore/Instructions.cpp')
-rw-r--r-- | llvm/lib/VMCore/Instructions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Instructions.cpp b/llvm/lib/VMCore/Instructions.cpp index e66f5e9bdf0..c0b3413da33 100644 --- a/llvm/lib/VMCore/Instructions.cpp +++ b/llvm/lib/VMCore/Instructions.cpp @@ -617,7 +617,6 @@ ReturnInst::ReturnInst(Value * const* retVals, unsigned N) } void ReturnInst::init(Value * const* retVals, unsigned N) { - assert (N > 0 && "Invalid operands numbers in ReturnInst init"); NumOperands = N; |