Go to file
Dan Gohman 862b7d98d1 Do compare constant SCEV values in SCEVComplexityCompare, because
even though the order doesn't matter at the top level of an expression,
it does matter when the constant is a subexpression of an n-ary
expression, because n-ary expressions are sorted lexicographically.

llvm-svn: 73358
2009-06-14 22:51:25 +00:00
clang PR4391: Tweak -ast-print output to generate valid output for edge cases 2009-06-14 22:39:26 +00:00
compiler-rt/BlocksRuntime initial version of the blocks runtime 2009-06-10 18:41:48 +00:00
llvm Do compare constant SCEV values in SCEVComplexityCompare, because 2009-06-14 22:51:25 +00:00