llvm-6502/lib
Chandler Carruth 490b8f5d64 Add parentheses around an || to correct the logic. Also silences a GCC warning
that was actually useful here.

Chris, please double check that this is the correct interpretation. I was
pretty sure, and ran it by Nick as well.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108129 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-12 06:47:05 +00:00
..
Analysis Add parentheses around an || to correct the logic. Also silences a GCC warning 2010-07-12 06:47:05 +00:00
Archive
AsmParser
Bitcode
CodeGen Convert the last use of getPhysicalRegisterRegClass and remove it. 2010-07-12 02:55:34 +00:00
CompilerDriver
ExecutionEngine first part of JIT support for address of labels, part of PR7264, 2010-07-11 23:07:28 +00:00
Linker
MC introduce WinCOFFObjectWriter, patch by Michael Spencer! 2010-07-11 22:07:02 +00:00
Support
System Path::isRootDirectory is unimplemented on Unix and not used, 2010-07-12 04:39:07 +00:00
Target Convert getLoadStoreRegOpcode to use a switch. 2010-07-12 03:43:04 +00:00
Transforms make the prototypes for CreateMalloc and CreateFree more consistent. Patch 2010-07-12 00:57:28 +00:00
VMCore fix PR7311 by avoiding breaking casts when a bitcast from scalar->vector 2010-07-12 01:19:22 +00:00
Makefile