gallivm: Fix build since llvm-3.7.0svn r234495

Revert 50e9fa2ed6 as LLVM reverted their
change.

Signed-off-by: Nick Sarnie <commendsarnex@gmail.com>
Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu>
This commit is contained in:
Nick Sarnie 2015-04-10 12:45:57 -04:00 committed by Jan Vesely
parent 50db8bd1b5
commit f9048ee3c8

View file

@ -97,11 +97,7 @@ private:
uint64_t pos;
public:
#if HAVE_LLVM >= 0x0307
raw_debug_ostream() : raw_ostream(SK_FD), pos(0) { }
#else
raw_debug_ostream() : pos(0) { }
#endif
void write_impl(const char *Ptr, size_t Size);