Skip to content
Commit 82d4db86 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

Teach mergefunc that intptr_t is the same width as a pointer. We still can't

merge vector<intptr_t>::push_back() and vector<void*>::push_back() because
Enumerate() doesn't realize that "i64* null" and "i8** null" are equivalent.

llvm-svn: 124285
parent fb622f99
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