[FastISel] Move the helper function isCommutativeIntrinsic into FastISel base class.
authorJuergen Ributzka <juergen@apple.com>
Wed, 30 Jul 2014 22:04:28 +0000 (22:04 +0000)
committerJuergen Ributzka <juergen@apple.com>
Wed, 30 Jul 2014 22:04:28 +0000 (22:04 +0000)
commit07731b34fb7482d18f9f2ff4e69a525b9cb58878
treebbd4108785574c1e6bfcbcddd86499f9424c34a5
parent24383df3ea7c08022f7fa12bb3d882921a7d9039
[FastISel] Move the helper function isCommutativeIntrinsic into FastISel base class.

Move the helper function isCommutativeIntrinsic into the FastISel base class,
so it can be used by more than just one backend.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214347 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/Target/X86/X86FastISel.cpp