[llvm] r275328 - MIRYamlMapping: Update stale comment

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 15:23:19 PDT 2016


Author: matze
Date: Wed Jul 13 17:23:19 2016
New Revision: 275328

URL: http://llvm.org/viewvc/llvm-project?rev=275328&view=rev
Log:
MIRYamlMapping: Update stale comment

Modified:
    llvm/trunk/include/llvm/CodeGen/MIRYamlMapping.h

Modified: llvm/trunk/include/llvm/CodeGen/MIRYamlMapping.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MIRYamlMapping.h?rev=275328&r1=275327&r2=275328&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MIRYamlMapping.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MIRYamlMapping.h Wed Jul 13 17:23:19 2016
@@ -7,9 +7,6 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// The MIR serialization library is currently a work in progress. It can't
-// serialize machine functions at this time.
-//
 // This file implements the mapping between various MIR data structures and
 // their corresponding YAML representation.
 //




More information about the llvm-commits mailing list