Make AArch64FastISel::EmitIntExt explicitly check its source and destination types
authorLouis Gerbarg <lgg@apple.com>
Wed, 9 Jul 2014 17:54:32 +0000 (17:54 +0000)
committerLouis Gerbarg <lgg@apple.com>
Wed, 9 Jul 2014 17:54:32 +0000 (17:54 +0000)
commit1ce0c37bf058d493ab320c6bd8d60693aebe92c9
treef27ed9650544f4a3343deeb92360e85d3764bb59
parent7ae7a831b9df0cc971fa2cd4a4dd0887fac5b8df
Make AArch64FastISel::EmitIntExt explicitly check its source and destination types

This is a follow up to r212492. There should be no functional difference, but
this patch makes it clear that SrcVT must be an i1/i8/16/i32 and DestVT must be
an i8/i16/i32/i64.

rdar://17516686

llvm-svn: 212633
llvm/lib/Target/AArch64/AArch64FastISel.cpp