[PATCH] D41634: Branch relaxation - non invertible condition

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 12:56:03 PST 2018


kparzysz added inline comments.


================
Comment at: ../lib/CodeGen/BranchRelaxation.cpp:413
+  // NewBB:
+  //    br L1
+  // L2:
----------------
Typo: br -> b.


Repository:
  rL LLVM

https://reviews.llvm.org/D41634





More information about the llvm-commits mailing list