mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-02 16:21:36 +00:00
Remove dead variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92195 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ab58f13839
commit
cc690b694a
@ -3389,7 +3389,6 @@ void CWriter::visitInlineAsm(CallInst &CI) {
|
||||
|
||||
// Convert over the clobber constraints.
|
||||
IsFirst = true;
|
||||
ValueCount = 0;
|
||||
for (std::vector<InlineAsm::ConstraintInfo>::iterator I = Constraints.begin(),
|
||||
E = Constraints.end(); I != E; ++I) {
|
||||
if (I->Type != InlineAsm::isClobber)
|
||||
|
Loading…
x
Reference in New Issue
Block a user