Skip to content
Commit 873cf93b authored by Misha Brukman's avatar Misha Brukman
Browse files

Go back to allocating memory for each constant separately. Since SPARCs do not

allow unaligned loads, that is probably the problem I've been seeing in numerous
SPARC test cases failing. X86, on the other hand, just slows down unaligned
accesses, since it must make 2 aligned accesses for each unaligned one.

llvm-svn: 10266
parent 58efc9e0
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