add a missing break that Reid noticed.
llvm-svn: 25328
This commit is contained in:
parent
9597b33d58
commit
5186bd8312
@ -265,6 +265,7 @@ unsigned Function::getIntrinsicID() const {
|
||||
if (getName() == "llvm.va_copy") return Intrinsic::vacopy;
|
||||
if (getName() == "llvm.va_end") return Intrinsic::vaend;
|
||||
if (getName() == "llvm.va_start") return Intrinsic::vastart;
|
||||
break;
|
||||
case 'w':
|
||||
if (getName() == "llvm.writeport") return Intrinsic::writeport;
|
||||
if (getName() == "llvm.writeio") return Intrinsic::writeio;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user