Skip to content
  • Chris Lattner's avatar
    Fix compilation of: · 1d634b2f
    Chris Lattner authored
    float %test2(float* %P) {
            %Q = load float* %P
            %R = add float %Q, %Q
            ret float %R
    }
    
    By returning the right result.
    
    llvm-svn: 22961
    1d634b2f
Loading