Go to file
Chris Lattner ee95d4c61c use Label->isDefined() instead of isLabelDeleted() now that we
consistently use MCSymbol and only call this predicate after
they should have been emitted.

llvm-svn: 98461
2010-03-14 02:20:58 +00:00
clang Fixed copy-and-paste error causing categories to contain the protocols declared on the class, not the protocols declared on the category. 2010-03-13 22:20:45 +00:00
compiler-rt add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-builtin 2010-02-02 21:34:04 +00:00
llvm use Label->isDefined() instead of isLabelDeleted() now that we 2010-03-14 02:20:58 +00:00