gallivm: Fix build since llvm-3.7.0svn r234495
authorNick Sarnie <commendsarnex@gmail.com>
Fri, 10 Apr 2015 16:45:57 +0000 (12:45 -0400)
committerJan Vesely <jan.vesely@rutgers.edu>
Fri, 10 Apr 2015 17:30:23 +0000 (13:30 -0400)
Revert 50e9fa2ed69cb5f76f66231976ea789c0091a64d as LLVM reverted their
change.

Signed-off-by: Nick Sarnie <commendsarnex@gmail.com>
Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu>
src/gallium/auxiliary/gallivm/lp_bld_debug.cpp

index b71291562f7bc91106268c8566663c06b02bb6ab..65d289689f82a243159099e1df173ab274b123da 100644 (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);