diff options
Diffstat (limited to 'test/CodeGen/Hexagon/packetize_cond_inst.ll')
-rw-r--r-- | test/CodeGen/Hexagon/packetize_cond_inst.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/packetize_cond_inst.ll b/test/CodeGen/Hexagon/packetize_cond_inst.ll index a48a9f6..1fc6e82 100644 --- a/test/CodeGen/Hexagon/packetize_cond_inst.ll +++ b/test/CodeGen/Hexagon/packetize_cond_inst.ll @@ -12,7 +12,7 @@ target triple = "hexagon-unknown--elf" ; } ; CHECK: cmp ; CHECK-NEXT: add -; CHECH-NEXT: add +; CHECK-NEXT: add define i32 @ifcnv_add(i32, i32, i32) nounwind readnone { %4 = icmp sgt i32 %2, %1 br i1 %4, label %5, label %7 |