From f525c76ba1b11b340b61ffe4a10571e86d819f03 Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Fri, 19 May 2017 20:31:51 +0000 Subject: Added missing break. llvm-svn: 303454 --- llvm/lib/IR/AutoUpgrade.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib') diff --git a/llvm/lib/IR/AutoUpgrade.cpp b/llvm/lib/IR/AutoUpgrade.cpp index 8bcba767231..06934b365a1 100644 --- a/llvm/lib/IR/AutoUpgrade.cpp +++ b/llvm/lib/IR/AutoUpgrade.cpp @@ -521,6 +521,7 @@ static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) { return true; } } + break; } case 'o': // We only need to change the name to match the mangling including the -- cgit v1.2.3