Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
authorChris Lattner <sabre@nondot.org>
Sun, 28 Dec 2003 21:23:38 +0000 (21:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Dec 2003 21:23:38 +0000 (21:23 +0000)
commitf70e0c216c074bd2ae2b08178f5512849545db4e
treeecfce5ac045e092db18b62c4cc5f4903749e9e45
parent27490a6fcc8e24be0ee4ddfcdbdf7e9da9e5af41
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
implementation from the TargetMachine directly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10636 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
include/llvm/CodeGen/InstrSelection.h
include/llvm/CodeGen/IntrinsicLowering.h
include/llvm/IntrinsicLowering.h
include/llvm/Target/TargetMachine.h
lib/CodeGen/InstrSelection/InstrSelection.cpp
lib/CodeGen/IntrinsicLowering.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
lib/Target/SparcV9/SparcV9JITInfo.h
lib/Target/SparcV9/SparcV9TargetMachine.cpp
lib/Target/SparcV9/SparcV9TargetMachine.h
lib/Target/TargetMachine.cpp
lib/Target/X86/InstSelectPattern.cpp
lib/Target/X86/InstSelectSimple.cpp
lib/Target/X86/X86.h
lib/Target/X86/X86ISelPattern.cpp
lib/Target/X86/X86ISelSimple.cpp
lib/Target/X86/X86JITInfo.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetMachine.h
lib/VMCore/IntrinsicLowering.cpp