1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/lib/Target/CppBackend
Chris Lattner 81c6d73285 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.

llvm-svn: 91318
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