Skip to content
Commit 8d752430 authored by John McCall's avatar John McCall
Browse files

Expression statements undergo lvalue-to-rvalue conversion in C,

but not in C++, so don't emit aggregate loads of volatile references
in null context in C++.  Happens to have been caught by an assertion.
We do not get the scalar case right.  Volatiles are really broken.

llvm-svn: 112019
parent 6caebb15
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