Put in FIXME that this mangling is not official in.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90594 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/Mangle.cpp b/lib/CodeGen/Mangle.cpp
index 019a39e..4d021e8 100644
--- a/lib/CodeGen/Mangle.cpp
+++ b/lib/CodeGen/Mangle.cpp
@@ -482,7 +482,7 @@
     break;
 
   case DeclarationName::CXXLiteralOperatorName:
-    // Guessing based on existing ABI.
+    // FIXME: This mangling is not yet official.
     Out << "li";
     mangleSourceName(Name.getCXXLiteralIdentifier());
     break;