[PATCH] D18411: Codegen: Factor tail duplication into a utility class. NFC
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 8 01:26:51 PDT 2016
echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.
One inline comment, otherwise I'm assuming this is just copying from one location to another and running clang-format on the resulting files :)
-eric
================
Comment at: include/llvm/CodeGen/TailDuplicator.h:2
@@ +1,3 @@
+//===-- llvm/CodeGen/MachineRegisterInfo.h ----------------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
----------------
Still missed the comment here :)
http://reviews.llvm.org/D18411
More information about the llvm-commits
mailing list