[llvm] r205561 - R600/SI: Lower 64-bit immediates using REG_SEQUENCE

Matt Arsenault Matthew.Arsenault at amd.com
Thu Apr 3 13:52:49 PDT 2014


On 04/03/2014 01:19 PM, Tom Stellard wrote:
> +      ConstantSDNode *C = dyn_cast<ConstantSDNode>(N);
> +      assert(C);
Should just use cast<> instead




More information about the llvm-commits mailing list