| Index: src/ia32/assembler-ia32-inl.h
|
| ===================================================================
|
| --- src/ia32/assembler-ia32-inl.h (revision 4877)
|
| +++ src/ia32/assembler-ia32-inl.h (working copy)
|
| @@ -43,11 +43,7 @@
|
| namespace v8 {
|
| namespace internal {
|
|
|
| -Condition NegateCondition(Condition cc) {
|
| - return static_cast<Condition>(cc ^ 1);
|
| -}
|
|
|
| -
|
| // The modes possibly affected by apply must be in kApplyMask.
|
| void RelocInfo::apply(intptr_t delta) {
|
| if (rmode_ == RUNTIME_ENTRY || IsCodeTarget(rmode_)) {
|
|
|