Skip to content
Commit 4396e0d2 authored by Chris Lattner's avatar Chris Lattner
Browse files

Fix gcc.c-torture/compile/920520-1.c by inserting bitconverts

for strange asm conditions earlier.  In this case, we have a
double being passed in an integer reg class.  Convert to like
sized integer register so that we allocate the right number 
for the class (two i32's for the f64 in this case).

llvm-svn: 57862
parent c32ec3a0
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