aboutsummaryrefslogtreecommitdiffstats
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
commit2f70f1a1d8946a55b99ade6fd1c01ae18211fbd7 (patch)
tree63785ef96ec33531900a9957758a6218d885a240
parent5c0ba804c02777c53c0842d0be2d16d1d92b9a46 (diff)
downloadexternal_llvm-2f70f1a1d8946a55b99ade6fd1c01ae18211fbd7.zip
external_llvm-2f70f1a1d8946a55b99ade6fd1c01ae18211fbd7.tar.gz
external_llvm-2f70f1a1d8946a55b99ade6fd1c01ae18211fbd7.tar.bz2
Remove FIXME that was already fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76457 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Target/TargetLowering.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h
index 9269bea..898ccd1 100644
--- a/include/llvm/Target/TargetLowering.h
+++ b/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;
}