| Index: src/arm/assembler-arm-inl.h
|
| ===================================================================
|
| --- src/arm/assembler-arm-inl.h (revision 4877)
|
| +++ src/arm/assembler-arm-inl.h (working copy)
|
| @@ -45,12 +45,7 @@
|
| namespace v8 {
|
| namespace internal {
|
|
|
| -Condition NegateCondition(Condition cc) {
|
| - ASSERT(cc != al);
|
| - return static_cast<Condition>(cc ^ ne);
|
| -}
|
|
|
| -
|
| void RelocInfo::apply(intptr_t delta) {
|
| if (RelocInfo::IsInternalReference(rmode_)) {
|
| // absolute code pointer inside code object moves with the code object.
|
|
|