[llvm-commits] [llvm] r107943 - in /llvm/trunk: include/llvm/CodeGen/ include/llvm/Support/ include/llvm/Target/ lib/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/X86/ lib/Target/XCore/ test/CodeGen/X86/

Dan Gohman gohman at apple.com
Tue Jul 13 13:22:18 PDT 2010


On Jul 9, 2010, at 12:55 AM, Duncan Sands wrote:
>> --- llvm/trunk/include/llvm/Support/PassNameParser.h (original)
>> +++ llvm/trunk/include/llvm/Support/PassNameParser.h Thu Jul  8 19:39:23 2010
>> @@ -69,6 +69,7 @@
>>    virtual void passRegistered(const PassInfo *P) {
>>      if (ignorablePass(P) || !Opt) return;
>>      if (findOption(P->getPassArgument()) != getNumOptions()) {
>> +      return;
>>        errs()<<  "Two passes with the same argument (-"
>>             <<  P->getPassArgument()<<  ") attempted to be registered!\n";
>>        llvm_unreachable(0);
> 
> Did you mean to apply this bit?

Nope, it was a mistake.

Dan





More information about the llvm-commits mailing list