MC: Clean up naming in MCObjectWriter. NFC.
[oota-llvm.git] / lib / Target / BPF / MCTargetDesc / BPFAsmBackend.cpp
index 339878624b2ace324284c4220f551dce9cdce89d..7b1d9259caf91c959bc342ce3b3c81718e850d74 100644 (file)
@@ -57,7 +57,7 @@ bool BPFAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
     return false;
 
   for (uint64_t i = 0; i < Count; i += 8)
-    OW->Write64(0x15000000);
+    OW->write64(0x15000000);
 
   return true;
 }