]> granicus.if.org Git - llvm/commit
[x86] Replace the long spelling of getting a bitcast with the *much*
authorChandler Carruth <chandlerc@gmail.com>
Sat, 30 May 2015 04:23:13 +0000 (04:23 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 30 May 2015 04:23:13 +0000 (04:23 +0000)
commit3279f2381b52c1cf475f9d27b6db093fbbfee76f
treea4e72536fd272926638c6fd7687a714987c8ab50
parentb26a073acb8cc39686bbaa3374e604f42870ab49
[x86] Replace the long spelling of getting a bitcast with the *much*
shorter one. NFC.

In addition to being much shorter to type and requiring fewer arguments,
this change saves over 30 lines from this one file, all wasted on total
boilerplate...

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