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

- Fix a really nasty bug in the bytecode reader that caused it to fail

    reading bytecode files with > 255 types in them, but only when optimization
    is enabled.  This was caused by GCC shrinking an enum to a single byte
    instead of a whole word.

llvm-svn: 4266
parent 95fcefcb
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