diff options
author | Tom Stellard <[email protected]> | 2012-05-07 13:53:40 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-05-07 14:01:53 -0400 |
commit | c425c3823fbd475dc83211fef47f7ea58421ed17 (patch) | |
tree | 38958c8f523935364312b7729fa1836102ad97bb /src/gallium/drivers/radeon/AMDILMCCodeEmitter.cpp | |
parent | 714b4f6184db84a738cf2d063980f0e19ab03b4b (diff) |
radeon/llvm: Remove references to DebugFlag and isCurrentDebugType()
These weren't being used at all and they were causing build failures
when LLVM was built with NDEBUG defined and mesa was not.
https://bugs.freedesktop.org/show_bug.cgi?id=49110
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILMCCodeEmitter.cpp')
-rw-r--r-- | src/gallium/drivers/radeon/AMDILMCCodeEmitter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/AMDILMCCodeEmitter.cpp b/src/gallium/drivers/radeon/AMDILMCCodeEmitter.cpp index 9366f2e7bcb..ec33e78cfc5 100644 --- a/src/gallium/drivers/radeon/AMDILMCCodeEmitter.cpp +++ b/src/gallium/drivers/radeon/AMDILMCCodeEmitter.cpp @@ -9,7 +9,6 @@ // //===---------------------------------------------------------------------===// -#define DEBUG_TYPE "amdil-emitter" #include "AMDIL.h" #include "AMDILInstrInfo.h" #include "llvm/ADT/SmallVector.h" |