From 337f9bbdd15749c0b068c216dab77780eeb27be7 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 13 Oct 2015 21:51:02 +0000 Subject: [PATCH] [uselistorder] Insert blank line, NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250231 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/verify-uselistorder/verify-uselistorder.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/verify-uselistorder/verify-uselistorder.cpp b/tools/verify-uselistorder/verify-uselistorder.cpp index efa4bcbe1aa..c3fec1326ac 100644 --- a/tools/verify-uselistorder/verify-uselistorder.cpp +++ b/tools/verify-uselistorder/verify-uselistorder.cpp @@ -346,6 +346,7 @@ static void verifyAfterRoundTrip(const Module &M, if (!matches(ValueMapping(M), ValueMapping(*OtherM))) report_fatal_error("use-list order changed"); } + static void verifyBitcodeUseListOrder(const Module &M) { TempFile F; if (F.init("bc")) -- 2.34.1