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

Fix the atomics sema code to convert operands to the argument types

of the underlying _N builtin, not the the type of the pointee of the
actual type.  This ensures that atomics involving pointers end up
using the correct integer type when they are resolved, avoiding
aborts in codegen.

llvm-svn: 71218
parent 062c14ba
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