summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-03-08 21:59:30 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-03-08 21:59:30 +0000
commitb582b1b1fcbbad4295fd75f49be6dd0596df910f (patch)
tree43a3e01827a8d3851b542dd1465b1d21e1b726dc /lib/Target/ARM/ARMISelLowering.cpp
parentc795466254dd4d860da84ec5c15d239bafcb6eeb (diff)
downloadllvm-b582b1b1fcbbad4295fd75f49be6dd0596df910f.tar.gz
llvm-b582b1b1fcbbad4295fd75f49be6dd0596df910f.tar.bz2
llvm-b582b1b1fcbbad4295fd75f49be6dd0596df910f.tar.xz
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35030 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r--lib/Target/ARM/ARMISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp
index f111d8786b..55f5c976ce 100644
--- a/lib/Target/ARM/ARMISelLowering.cpp
+++ b/lib/Target/ARM/ARMISelLowering.cpp
@@ -167,7 +167,7 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM)
setOperationAction(ISD::LOCATION, MVT::Other, Expand);
setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
// FIXME - use subtarget debug flags
- if (Subtarget->isTargetDarwin())
+ if (!Subtarget->isTargetDarwin())
setOperationAction(ISD::LABEL, MVT::Other, Expand);
setOperationAction(ISD::RET, MVT::Other, Custom);