diff options
| author | Eli Bendersky <eliben@google.com> | 2013-06-25 17:07:56 +0000 |
|---|---|---|
| committer | Eli Bendersky <eliben@google.com> | 2013-06-25 17:07:56 +0000 |
| commit | 099888eccd5ebed9f7f1fdcfe0fbb9be6dce23f4 (patch) | |
| tree | 8d456cf418952bdf654221f8c6bc04e09cca8cc2 /clang/lib/CodeGen/CGBuiltin.cpp | |
| parent | 39dc9f8be437e6fe8fce1fc34884b7279e3fd6cc (diff) | |
| download | bcm5719-llvm-099888eccd5ebed9f7f1fdcfe0fbb9be6dce23f4.tar.gz bcm5719-llvm-099888eccd5ebed9f7f1fdcfe0fbb9be6dce23f4.zip | |
Remove misplaced comment
llvm-svn: 184862
Diffstat (limited to 'clang/lib/CodeGen/CGBuiltin.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGBuiltin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGBuiltin.cpp b/clang/lib/CodeGen/CGBuiltin.cpp index c57c767b68a..7e224f93004 100644 --- a/clang/lib/CodeGen/CGBuiltin.cpp +++ b/clang/lib/CodeGen/CGBuiltin.cpp @@ -1293,7 +1293,6 @@ RValue CodeGenFunction::EmitBuiltinExpr(const FunctionDecl *FD, case Builtin::BIpow: case Builtin::BIpowf: case Builtin::BIpowl: { - // Rewrite sqrt to intrinsic if allowed. if (!FD->hasAttr<ConstAttr>()) break; Value *Base = EmitScalarExpr(E->getArg(0)); |

