Hoist simple check above more complex checking to avoid unnecessary
authorChad Rosier <mcrosier@apple.com>
Fri, 24 Jun 2011 21:15:36 +0000 (21:15 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 24 Jun 2011 21:15:36 +0000 (21:15 +0000)
commit2416da36ace2130607c652a94b814de7e724efeb
tree0d74df04557cdd2bcc4090cdd1f289f61479756e
parent56fc6420000876460e8c89c0e7c0ae83ebb5ccf0
Hoist simple check above more complex checking to avoid unnecessary
overheads.  No functional change intended.

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