Fix typo in verifier error message
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 23 Oct 2018 21:23:52 +0000 (21:23 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 23 Oct 2018 21:23:52 +0000 (21:23 +0000)
llvm-svn: 345083

llvm/lib/CodeGen/MachineVerifier.cpp

index a19c2ef..b37c421 100644 (file)
@@ -778,7 +778,7 @@ MachineVerifier::visitMachineBasicBlockBefore(const MachineBasicBlock *MBB) {
                "isn't a terminator instruction!", MBB);
       }
       if (Cond.empty()) {
-        report("MBB exits via conditinal branch/branch but there's no "
+        report("MBB exits via conditional branch/branch but there's no "
                "condition!", MBB);
       }
     } else {