summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ISelLowering.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-14 19:53:31 +0000
committerDan Gohman <gohman@apple.com>2010-04-14 19:53:31 +0000
commit7deb447781bee7639ffb12a31c8e4f74a2ba9db8 (patch)
tree54ee7d7853cb815db63556b572e3dc5d6b234963 /llvm/lib/Target/X86/X86ISelLowering.cpp
parentc2c08d19b80f08c9fd6c1b17181665b983157885 (diff)
downloadbcm5719-llvm-7deb447781bee7639ffb12a31c8e4f74a2ba9db8.tar.gz
bcm5719-llvm-7deb447781bee7639ffb12a31c8e4f74a2ba9db8.zip
Factor out EH landing pad code into a separate function, and constify
a bunch of stuff to support it. llvm-svn: 101273
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.cpp')
-rw-r--r--llvm/lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp
index 9362d37eae6..6e6d2f5ad0b 100644
--- a/llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/llvm/lib/Target/X86/X86ISelLowering.cpp
@@ -2410,7 +2410,7 @@ X86TargetLowering::createFastISel(MachineFunction &mf,
DenseMap<const BasicBlock*, MachineBasicBlock*> &bm,
DenseMap<const AllocaInst *, int> &am
#ifndef NDEBUG
- , SmallSet<Instruction*, 8> &cil
+ , SmallSet<const Instruction *, 8> &cil
#endif
) {
return X86::createFastISel(mf, vm, bm, am
OpenPOWER on IntegriCloud