commit | 65e2aeef29f572ead90029e21b5bc3fec5c01afe | [log] [tgz] |
---|---|---|
author | Sean Callanan <scallanan@apple.com> | Sat Nov 20 02:06:01 2010 +0000 |
committer | Sean Callanan <scallanan@apple.com> | Sat Nov 20 02:06:01 2010 +0000 |
tree | 960ae7d6f4df1e245ba50b8066694ef890990817 | |
parent | 8e69de4b9c55ec2eaebc62e4d987c2f0618ac431 [diff] [blame] |
Removed a stray dump(). git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@119888 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/IRForTarget.cpp b/source/Expression/IRForTarget.cpp index 9092aa7..cfe4007 100644 --- a/source/Expression/IRForTarget.cpp +++ b/source/Expression/IRForTarget.cpp
@@ -476,9 +476,7 @@ { if (log) log->PutCString("NSString initializer's str element is not a GlobalVariable"); - - nsstring_cstr->dump(); - + return false; }