Skip to content
Commit 65d3a0a5 authored by Chris Lattner's avatar Chris Lattner
Browse files

Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday,

confusing the old MAT variable with the new GlobalType one.  This caused
us to promote the @disp global pointer into:

@disp.body = internal global double*** undef

instead of:

@disp.body = internal global [3 x double**] undef

llvm-svn: 97285
parent 62abc944
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment