[PATCH] D11391: Fix testing for end of stream in bitstream reader.

Karl Schimpf kschimpf at google.com
Tue Jul 21 10:02:24 PDT 2015


kschimpf added a comment.

Will remove unnecessary include in StreamingMemoryObject.h


================
Comment at: include/llvm/Support/StreamingMemoryObject.h:20
@@ -19,1 +19,3 @@
 
+#include "llvm/Support/raw_ostream.h"
+
----------------
Delete this!


http://reviews.llvm.org/D11391







More information about the llvm-commits mailing list