search for: 4df56

Displaying 1 result from an estimated 1 matches for "4df56".

Did you mean: 4d56
2011 Sep 04
1
[LLVMdev] correct types for ArgumentList?
...*> v_args; v_args.push_back(shadow); v_args.push_back(store->getValueOperand()); v_args.push_back(store->getPointerOperand()); ArrayRef<Value *> a_args(v_args); What is the correct way todo something like this? The full code for this simple pass is here: http://tinypaste.com/4df56 Thank you