summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-07-13 22:23:19 +0000
committerMatthias Braun <matze@braunis.de>2016-07-13 22:23:19 +0000
commitd7903640ac23846fb1250e74e1dabb4b956dae35 (patch)
tree15e13e50dcc710cf956c81127f9a8c01463743d9 /include
parentcf7c29efff5f54b87a50b397b78c3103786fafbf (diff)
MIRYamlMapping: Update stale comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275328 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MIRYamlMapping.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/MIRYamlMapping.h b/include/llvm/CodeGen/MIRYamlMapping.h
index 9d5eb60e488..7f9c4483333 100644
--- a/include/llvm/CodeGen/MIRYamlMapping.h
+++ b/include/llvm/CodeGen/MIRYamlMapping.h
@@ -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.
//