Index: src/IceAssemblerARM32.h |
diff --git a/src/IceAssemblerARM32.h b/src/IceAssemblerARM32.h |
index 5762db79700cf9a6dc1a4c7da70e31a60e4c2348..b8cf323a57fe6d70ae0607d1e9c303a109df7efb 100644 |
--- a/src/IceAssemblerARM32.h |
+++ b/src/IceAssemblerARM32.h |
@@ -109,7 +109,7 @@ public: |
MoveRelocatableFixup *createMoveFixup(bool IsMovW, const Constant *Value); |
- BlRelocatableFixup *createBlFixup(const ConstantRelocatable *Target); |
+ BlRelocatableFixup *createBlFixup(const ConstantRelocatable *BlTarget); |
void alignFunction() override { |
const SizeT Align = 1 << getBundleAlignLog2Bytes(); |