]> granicus.if.org Git - llvm/commit
[FastISel] Move optimizeCmpPredicate to FastISel base class. NFC.
authorJuergen Ributzka <juergen@apple.com>
Mon, 15 Sep 2014 20:47:13 +0000 (20:47 +0000)
committerJuergen Ributzka <juergen@apple.com>
Mon, 15 Sep 2014 20:47:13 +0000 (20:47 +0000)
commit1ee1e8bdc2120941b23a217e09c698680ce31b8a
treead2af38fff41e82275558f60fe2a90e142939cf1
parent34ad085eecd4e85d97a9ccb80db90aad2447cf1d
[FastISel] Move optimizeCmpPredicate to FastISel base class. NFC.

Make the optimizeCmpPredicate function available to all targets.

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