[LLVMdev] constantexpr problem

tsingray liu tsingrayliu at gmail.com
Fri Sep 23 07:27:17 PDT 2011


Hi all,
   I have got a problem when I used the use_empty() member function while I
used a global variable. I erase all the instructions which will use a global
variable. Then I called the use_empty() on that global variable. I got no
empty because a constantexpr use the global variable. I wonder whether there
is any way to erase the constantexpr which is useless to me but occupying
the global variable.
  best regard!

                                                  yours. Tsingray
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110923/44b520a3/attachment.html>


More information about the llvm-dev mailing list