Add FIXME.
authorJim Grosbach <grosbach@apple.com>
Fri, 5 Nov 2010 17:37:13 +0000 (17:37 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 5 Nov 2010 17:37:13 +0000 (17:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118280 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMAsmPrinter.cpp

index ced779f9b3c17a47f0c5890d23753cf5d4040acb..d7afcd54b58ad195bbe90271a1aefced801b2fca 100644 (file)
@@ -231,6 +231,7 @@ namespace {
       SmallString<128> Str;
       raw_svector_ostream OS(Str);
       EmitMachineConstantPoolValue(MCPV, OS);
+      // FIXME: non-assembly streamer support.
       OutStreamer.EmitRawText(OS.str());
     }