Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's primary...
authorEvan Cheng <evan.cheng@apple.com>
Wed, 9 Dec 2009 01:36:00 +0000 (01:36 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 9 Dec 2009 01:36:00 +0000 (01:36 +0000)
commit64fa4a9584113f63eccc1a650e7e0cc4ddbab3f6
treec55aea88a170f7f0e35994d20b3170d13c960274
parentd632988eea4dcda2c81fc3600b82f405f00707a6
Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's primary used by selectdag passes.

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