mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Removed unused variabled from unit test
llvm-svn: 309929
This commit is contained in:
parent
ae5418b4ef
commit
d38cadc268
@ -965,8 +965,6 @@ TEST_F(ScalarEvolutionsTest, SCEVExitLimitForgetLoop) {
|
||||
FunctionType::get(Type::getVoidTy(Context), {T_pint64}, false);
|
||||
Function *F = cast<Function>(NIM.getOrInsertFunction("foo", FTy));
|
||||
|
||||
Argument *Arg = &*F->arg_begin();
|
||||
|
||||
BasicBlock *Top = BasicBlock::Create(Context, "top", F);
|
||||
BasicBlock *LPh = BasicBlock::Create(Context, "L.ph", F);
|
||||
BasicBlock *L = BasicBlock::Create(Context, "L", F);
|
||||
|
Loading…
Reference in New Issue
Block a user