Skip to content
  1. Apr 16, 2008
    • Steve Naroff's avatar
      Remove FileVarDecl and BlockVarDecl. They are replaced by... · 08899ff8
      Steve Naroff authored
      Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl().
      
      This is a fairly mechanical/large change. As a result, I avoided making any changes/simplifications that weren't directly related. I did break two Analysis tests. I also have a couple FIXME's in UninitializedValues.cpp. Ted, can you take a look? If the bug isn't obvious, I am happy to dig in and fix it (since I broke it).
      
      llvm-svn: 49748
      08899ff8
    • Dan Gohman's avatar
      Fix the new scheduler assertion checks to work when · 82b6673c
      Dan Gohman authored
      the scheduler has inserted no-ops. This fixes
      the 2006-07-03-schedulers.ll regression on ppc32.
      
      llvm-svn: 49747
      82b6673c
  2. Apr 15, 2008
  3. Apr 14, 2008
Loading