colden marked an inline comment as done.
colden added inline comments.

================
Comment at: llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp:8439
+
+    llvm::Type *Int128Ty = llvm::IntegerType::get(getLLVMContext(), 128);
+    llvm::Type *Int128PtrTy = Int128Ty->getPointerTo();
----------------
majnemer wrote:
> Builder.getInt128Ty()
Oh nice, that's way cleaner.


https://reviews.llvm.org/D41032



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to