llvm-6502/lib/Target/CppBackend
Chris Lattner cdfb302876 fix an obvious bug found by clang++ and collapse a redundant if.
Here's the diagnostic from clang:

/Volumes/Data/dgregor/Projects/llvm/lib/Target/CppBackend/CPPBackend.cpp:989:23: warning: 'gv' is always NULL in this context
        printConstant(gv);
                      ^
1 diagnostic generated.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91318 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-14 19:34:32 +00:00
..
TargetInfo Kill Target specific ModuleMatchQuality stuff. 2009-07-26 02:22:58 +00:00
CMakeLists.txt
CPPBackend.cpp fix an obvious bug found by clang++ and collapse a redundant if. 2009-12-14 19:34:32 +00:00
CPPTargetMachine.h Remove now unused Module argument to createTargetMachine. 2009-08-04 04:02:45 +00:00
Makefile