diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-07-20 19:45:16 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-07-20 19:45:16 +0000 |
commit | 2aa1a2a8f3fd6f38912e7156f77a57081feed3f3 (patch) | |
tree | 0775c111ac9013be133d3fc76dd642c3b7b3e620 | |
parent | 1bcfbff7af0f3e4c2042838f55dac58572e0c6c3 (diff) | |
download | bcm5719-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.h | 1 |
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; } |