From: Vedant Kumar Date: Tue, 13 Oct 2015 21:51:02 +0000 (+0000) Subject: [uselistorder] Insert blank line, NFC X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=337f9bbdd15749c0b068c216dab77780eeb27be7;hp=2f675d1a1df1e785ba3a50f91346646ed221ec9b [uselistorder] Insert blank line, NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250231 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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"))