Skip to content
  1. Jul 26, 2013
    • Jordan Rose's avatar
      [analyzer] Remove dead optimization for MaterializeTemporaryExpr. · a7e7e7a2
      Jordan Rose authored
      Previously, we tried to avoid creating new temporary object regions if
      the value to be materialized itself came from a temporary object region.
      However, once we became more strict about lvalues vs. rvalues (months
      ago), this optimization became dead code, because the input to this
      function will always be an rvalue (i.e. a symbolic value or compound
      value rather than a region, at least for structs).
      
      This would be a nice optimization to keep, but removing it makes it
      simpler to reason about temporary regions.
      
      llvm-svn: 187160
      a7e7e7a2
    • Aaron Ballman's avatar
      Using a different loop induction variable than the enclosing scope. No... · 13235dad
      Aaron Ballman authored
      Using a different loop induction variable than the enclosing scope.  No functional changes intended.
      
      llvm-svn: 187159
      13235dad
  2. Jul 25, 2013
Loading