summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp b/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
index f0e9d388cfe..a963638be98 100644
--- a/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
+++ b/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
@@ -1549,8 +1549,8 @@ void SystemZDAGToDAGISel::Select(SDNode *Node) {
EVT VT = Node->getValueType(0);
unsigned Start, End;
unsigned BitWidth = VT.getSizeInBits();
- bool Success = SystemZTargetLowering::analyzeFPImm(Imm, BitWidth,
- Start, End, static_cast<const SystemZInstrInfo *>(TII));
+ bool Success = SystemZTargetLowering::analyzeFPImm(Imm, BitWidth, Start,
+ End, static_cast<const SystemZInstrInfo *>(TII)); (void)Success;
assert(Success && "Expected legal FP immediate");
SDLoc DL(Node);
unsigned Opcode = (BitWidth == 32 ? SystemZ::VGMF : SystemZ::VGMG);
OpenPOWER on IntegriCloud