diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-13 00:50:17 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-13 00:50:17 +0000 |
| commit | bfe26ffcfc6e23e0c43e9a8de02c5d656403e872 (patch) | |
| tree | bf5f6c8a8773d75520c567fc5f5323b69db109ff /llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp | |
| parent | d845dc00c710f30b1449466bbf41afaf8536ed07 (diff) | |
| download | bcm5719-llvm-bfe26ffcfc6e23e0c43e9a8de02c5d656403e872.tar.gz bcm5719-llvm-bfe26ffcfc6e23e0c43e9a8de02c5d656403e872.zip | |
Replace CastInst::createInferredCast calls with more accurate cast
creation calls.
llvm-svn: 32521
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp b/llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp index 887de5bfe2f..274275a689b 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp @@ -67,6 +67,7 @@ void llvm::InsertProfilingInitCall(Function *MainFn, const char *FnName, } else { InitCall->setOperand(2, AI); } + /* FALL THROUGH */ case 1: AI = MainFn->arg_begin(); |

