commit | f6267d1f0c65b10fa1d9b8aae08ad2c31df4a2e8 | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Fri Jan 07 19:23:58 2011 -0800 |
committer | Shih-wei Liao <sliao@google.com> | Fri Jan 07 19:23:58 2011 -0800 |
tree | d0f0798fe02ec2f144cff66afe49c5165028f434 | |
parent | f7cfc026ec9e3a307d1252c46be9a089d74d3ef3 [diff] [blame] |
Rename bccCompileBC as bccPrepareExecutable. Reason: caching case doesn't perform CompileBC. Change-Id: I940c7402126d5f7a513f504fb8c92698dc53a9dd
diff --git a/lib/bcc/Compiler.cpp b/lib/bcc/Compiler.cpp index e72950f..d3f67b6 100644 --- a/lib/bcc/Compiler.cpp +++ b/lib/bcc/Compiler.cpp
@@ -347,7 +347,7 @@ } -// interace for bccCompileBC() +// Deprecated: interface for bccCompileBC() int Compiler::compile() { llvm::TargetData *TD = NULL;