From f525c76ba1b11b340b61ffe4a10571e86d819f03 Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Fri, 19 May 2017 20:31:51 +0000 Subject: [PATCH] Added missing break. llvm-svn: 303454 --- llvm/lib/IR/AutoUpgrade.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/IR/AutoUpgrade.cpp b/llvm/lib/IR/AutoUpgrade.cpp index 8bcba76..06934b3 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 -- 2.7.4