Skip to content
  • Daniel Dunbar's avatar
    Avoid generation of dead code in a few more situations. · b6adc43f
    Daniel Dunbar authored
     - Emit variable declarations as "simple", we want to avoid forcing the creation
       of a dummy basic block, but still need to make the variable available for
       later use.
    
     - With that, we can now skip IRgen for other unreachable statements (which
       don't define a label).
    
     - Anders, I added two fixmes on calls to EmitVLASize, can you check them?
    
    llvm-svn: 76361
    b6adc43f
Loading