summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-07-20 19:45:16 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-07-20 19:45:16 +0000
commit2aa1a2a8f3fd6f38912e7156f77a57081feed3f3 (patch)
tree0775c111ac9013be133d3fc76dd642c3b7b3e620
parent1bcfbff7af0f3e4c2042838f55dac58572e0c6c3 (diff)
downloadbcm5719-llvm-2aa1a2a8f3fd6f38912e7156f77a57081feed3f3.tar.gz
bcm5719-llvm-2aa1a2a8f3fd6f38912e7156f77a57081feed3f3.zip
Remove FIXME that was already fixed.
llvm-svn: 76457
-rw-r--r--llvm/include/llvm/Target/TargetLowering.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetLowering.h b/llvm/include/llvm/Target/TargetLowering.h
index 9269bea915a..898ccd14637 100644
--- a/llvm/include/llvm/Target/TargetLowering.h
+++ b/llvm/include/llvm/Target/TargetLowering.h
@@ -1274,7 +1274,6 @@ public:
/// call to be explicit llvm code if it wants to. This is useful for
/// turning simple inline asms into LLVM intrinsics, which gives the
/// compiler more information about the behavior of the code.
- // FIXME: Move this to TargetLowering.
virtual bool ExpandInlineAsm(CallInst *CI) const {
return false;
}
OpenPOWER on IntegriCloud