diff options
| author | Mike Stump <mrs@apple.com> | 2009-12-02 19:50:41 +0000 |
|---|---|---|
| committer | Mike Stump <mrs@apple.com> | 2009-12-02 19:50:41 +0000 |
| commit | 8a96d3a355f55cd58cb09d8d07f28bdc8cf42438 (patch) | |
| tree | cf6818723454c982f4f46f469a1b511894d1c6f5 | |
| parent | 51663f71653e917039d52e46b28eed66d0a109fd (diff) | |
| download | bcm5719-llvm-8a96d3a355f55cd58cb09d8d07f28bdc8cf42438.tar.gz bcm5719-llvm-8a96d3a355f55cd58cb09d8d07f28bdc8cf42438.zip | |
Turn off for now.
llvm-svn: 90339
| -rw-r--r-- | clang/lib/CodeGen/CGVtable.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGVtable.cpp b/clang/lib/CodeGen/CGVtable.cpp index 146b96f75f8..548f7ebee76 100644 --- a/clang/lib/CodeGen/CGVtable.cpp +++ b/clang/lib/CodeGen/CGVtable.cpp @@ -168,8 +168,8 @@ public: return llvm::ConstantExpr::getBitCast(m, Ptr8Ty); } -//#define D1(x) -#define D1(X) do { if (getenv("DEBUG")) { X; } } while (0) +#define D1(x) +//#define D1(X) do { if (getenv("DEBUG")) { X; } } while (0) void GenerateVBaseOffsets(const CXXRecordDecl *RD, uint64_t Offset, bool updateVBIndex, Index_t current_vbindex) { |

