r600g/llvm: Remove unnecessary dynamic casts
authorDragomir Ivanov <drago.ivanov@gmail.com>
Sat, 28 Apr 2012 19:02:48 +0000 (22:02 +0300)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 30 Apr 2012 20:43:34 +0000 (16:43 -0400)
commit7bf3fe851c9ac45f0c297d05b5272c3b312109d7
treeeb3d3054d7519b35ee39cba09ddfc1e1deea4ee5
parent7ed04fa7d80b904fc7e543db9e99d45cb920f404
r600g/llvm: Remove unnecessary dynamic casts

When the result of dynamic_cast is not checked, it can be replaced with
static_cast

Signed-off-by: Tom Stellard <thomas.stellard@amd.com>
src/gallium/drivers/radeon/AMDILISelLowering.cpp