I'm trying to get the values in a static global array. What is the best way to go about doing this?<br><br>Once I have the pointer (Ie GlobalVariable *GV = dyn_cast<GlobalVariable>(itr))?<br><br>I basically just want to check for ConstantDataSequential and print out the values.<br>
<br>Thanks.<br>