mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-04 14:22:26 +00:00
Remove dead code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2473 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cdac78b8a4
commit
05dcf353fc
@ -1250,12 +1250,6 @@ ConstValueRef : ESINT64VAL { // A reference to a direct constant
|
|||||||
$$ = ValID::createNull();
|
$$ = ValID::createNull();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
| STRINGCONSTANT { // Quoted strings work too... especially for methods
|
|
||||||
$$ = ValID::create_conststr($1);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
// SymbolicValueRef - Reference to one of two ways of symbolically refering to
|
// SymbolicValueRef - Reference to one of two ways of symbolically refering to
|
||||||
// another value.
|
// another value.
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user