Go to file
Alex Lorenz e8ce3e616b MIR Printer: Remove an outdated TODO comment and assertion. NFC.
This commit removes an outdated TODO comment and a corresponding assertion
which asserts that the mir printer can't the print machine basic blocks that
aren't sequentially numbered.

This comment and assertion were correct when I was working on the patch which
serialized the machine basic blocks, but then I decided to add an 'ID'
attribute to the machine basic block's YAML mapping based on the patch review.
This comment and assertion then became invalid as with the 'ID' attribute we
can serialize the non sequential machine basic blocks and their references
without any problems.

llvm-svn: 243447
2015-07-28 16:56:45 +00:00
clang Rename -Wmsvc-include to -Wmicrosoft-include, now that -Wmicrosoft is split up. 2015-07-28 16:48:12 +00:00
clang-tools-extra
compiler-rt Let cmake infer source file language by the file extension. 2015-07-28 16:52:42 +00:00
debuginfo-tests
libclc
libcxx
libcxxabi
libunwind
lld
lldb Update xcode for r243427 2015-07-28 16:11:12 +00:00
llgo
llvm MIR Printer: Remove an outdated TODO comment and assertion. NFC. 2015-07-28 16:56:45 +00:00
openmp
polly Keep track of ScopArrayInfo objects that model PHI node storage 2015-07-28 14:53:44 +00:00