[llvm] r250231 - [uselistorder] Insert blank line, NFC

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 14:51:03 PDT 2015


Author: vedantk
Date: Tue Oct 13 16:51:02 2015
New Revision: 250231

URL: http://llvm.org/viewvc/llvm-project?rev=250231&view=rev
Log:
[uselistorder] Insert blank line, NFC

Modified:
    llvm/trunk/tools/verify-uselistorder/verify-uselistorder.cpp

Modified: llvm/trunk/tools/verify-uselistorder/verify-uselistorder.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/verify-uselistorder/verify-uselistorder.cpp?rev=250231&r1=250230&r2=250231&view=diff
==============================================================================
--- llvm/trunk/tools/verify-uselistorder/verify-uselistorder.cpp (original)
+++ llvm/trunk/tools/verify-uselistorder/verify-uselistorder.cpp Tue Oct 13 16:51:02 2015
@@ -346,6 +346,7 @@ static void verifyAfterRoundTrip(const 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"))




More information about the llvm-commits mailing list