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

Fix a major source of "type unsafety", where a cast is neccesary, but can

be put either before or after a load.  We chose to cast the value loaded
instead of the pointer to load from.

Fixes bug: test/Regression/Transforms/LevelRaise/2002-05-10-LoadPeephole.ll

llvm-svn: 2621
parent d38ddb11
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