[Stackmaps][X86TTI] Fix think-o in getIntImmCost calculation.
authorJuergen Ributzka <juergen@apple.com>
Tue, 25 Mar 2014 18:01:23 +0000 (18:01 +0000)
committerJuergen Ributzka <juergen@apple.com>
Tue, 25 Mar 2014 18:01:23 +0000 (18:01 +0000)
commite987eb12b66a5e3b265802d924d43d57020eabce
treebcfdcd46c530ec81beb381bbbdc2964a5f6b1e88
parent6ac0491001baccec5aa253baaaf51e6c72f6ffd0
[Stackmaps][X86TTI] Fix think-o in getIntImmCost calculation.

The cost for the first four stackmap operands was always TCC_Free.
This is only true for the first two operands. All other operands
are TCC_Free if they are within 64bit.

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