OSDN Git Service

Replace dyn_cast<> with cast<> since the cast is already guarded by the necessary...
authorChad Rosier <mcrosier@apple.com>
Sat, 25 Jun 2011 18:51:28 +0000 (18:51 +0000)
committerChad Rosier <mcrosier@apple.com>
Sat, 25 Jun 2011 18:51:28 +0000 (18:51 +0000)
commit14d71aac84505fb69b28436a02465df73ea6c6f5
treebbba25172573054d65a4447b4ede706cf7bc5f86
parent84149460d5fa2503e953f5800e7cdbf88f161b5a
Replace dyn_cast<> with cast<> since the cast is already guarded by the necessary check.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133874 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp