diff options
author | Devang Patel <dpatel@apple.com> | 2009-11-21 02:46:55 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-11-21 02:46:55 +0000 |
commit | ed85e12da65031f3a75804ff8d11b10e31c0107b (patch) | |
tree | b98bd14ff5c017a66b0d9c06d717487c71e6a99d /llvm/lib/Target/PowerPC/PPCISelLowering.cpp | |
parent | 960ad9a8ab348594d39e861ddf007f73597ec5b7 (diff) | |
download | bcm5719-llvm-ed85e12da65031f3a75804ff8d11b10e31c0107b.tar.gz bcm5719-llvm-ed85e12da65031f3a75804ff8d11b10e31c0107b.zip |
We are not using DBG_STOPPOINT anymore.
llvm-svn: 89536
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp index d24f483f9be..0ea42727f24 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp @@ -183,7 +183,6 @@ PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM) setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); // Support label based line numbers. - setOperationAction(ISD::DBG_STOPPOINT, MVT::Other, Expand); setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand); setOperationAction(ISD::EXCEPTIONADDR, MVT::i64, Expand); |