[PATCH] D15403: [InstCombine] Adding "\n" to debug output. NFC.

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 17:56:42 PST 2015


arsenm added a subscriber: arsenm.

================
Comment at: lib/Transforms/InstCombine/InstCombineCasts.cpp:1104
@@ -1103,3 +1103,3 @@
     DEBUG(dbgs() << "ICE: EvaluateInDifferentType converting expression type"
-          " to avoid sign extend: " << CI);
+          " to avoid sign extend: " << CI << "\n");
     Value *Res = EvaluateInDifferentType(Src, DestTy, true);
----------------
Single character should use single quotes


Repository:
  rL LLVM

http://reviews.llvm.org/D15403





More information about the llvm-commits mailing list