From 762e9ec06c62131bd5967b5fe855c543c7d1af67 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Thu, 5 Jan 2006 01:25:28 +0000 Subject: Added initial support for DEBUG_LABEL allowing debug specific labels to be inserted in the code. llvm-svn: 25104 --- llvm/lib/Target/X86/X86ISelLowering.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Target/X86/X86ISelLowering.cpp') diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 1811f62b0b0..304165e4a80 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -130,7 +130,6 @@ X86TargetLowering::X86TargetLowering(TargetMachine &TM) // We don't have line number support yet. setOperationAction(ISD::LOCATION, MVT::Other, Expand); - setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand); if (X86ScalarSSE) { // Set up the FP register classes. -- cgit v1.2.3