[llvm] r303436 - Fix typo in test

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 10:25:21 PDT 2017


Author: matze
Date: Fri May 19 12:25:20 2017
New Revision: 303436

URL: http://llvm.org/viewvc/llvm-project?rev=303436&view=rev
Log:
Fix typo in test

Modified:
    llvm/trunk/test/CodeGen/AMDGPU/regcoalesce-prune.mir

Modified: llvm/trunk/test/CodeGen/AMDGPU/regcoalesce-prune.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AMDGPU/regcoalesce-prune.mir?rev=303436&r1=303435&r2=303436&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AMDGPU/regcoalesce-prune.mir (original)
+++ llvm/trunk/test/CodeGen/AMDGPU/regcoalesce-prune.mir Fri May 19 12:25:20 2017
@@ -5,7 +5,7 @@
 #
 # CHECK-LABEL: name: func
 # IMPLICIT_DEF should be gone without llc hitting assertion failures.
-# CHECK-NOT: IMPLCITI_DEF
+# CHECK-NOT: IMPLICIT_DEF
 name: func
 tracksRegLiveness: true
 body: |




More information about the llvm-commits mailing list