Revert "This reapplies r207130 with an additional testcase+and a missing check for"

Typo in testcase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207166 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Adrian Prantl
2014-04-25 00:42:50 +00:00
parent 50e7ba14ca
commit 680311d2d2
12 changed files with 140 additions and 254 deletions

View File

@@ -785,8 +785,7 @@ private:
/// corresponding DBG_VALUE machine instruction for it now. At the end of
/// instruction selection, they will be inserted to the entry BB.
bool EmitFuncArgumentDbgValue(const Value *V, MDNode *Variable,
int64_t Offset, bool IsIndirect,
const SDValue &N);
int64_t Offset, const SDValue &N);
};
} // end namespace llvm