X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=lib%2FTarget%2FAArch64%2FAArch64TargetTransformInfo.h;h=25c22bcd58ecf0cf2b4c2b0940fef40612d2077e;hb=6948897e478cbd66626159776a8017b3c18579b9;hp=dd3fd1f5ab790db5371233a82ec7f779900e51e9;hpb=c3b0732900953dc4d8f68ce41da35f4760933bb3;p=android-x86%2Fexternal-llvm.git diff --git a/lib/Target/AArch64/AArch64TargetTransformInfo.h b/lib/Target/AArch64/AArch64TargetTransformInfo.h index dd3fd1f5ab7..25c22bcd58e 100644 --- a/lib/Target/AArch64/AArch64TargetTransformInfo.h +++ b/lib/Target/AArch64/AArch64TargetTransformInfo.h @@ -110,7 +110,7 @@ public: return 64; } - unsigned getMaxInterleaveFactor(); + unsigned getMaxInterleaveFactor(unsigned VF); unsigned getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src);