[PATCH] [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Thu Feb 26 12:41:02 PST 2015


================
Comment at: include/llvm/IR/Instructions.h:848
@@ -847,1 +847,3 @@
 
+  Type *getSourceElementType() const {
+    SequentialType *Ty = cast<SequentialType>(getPointerOperandType());
----------------
This is already in. Can you rebase the patch?

http://reviews.llvm.org/D7636

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list