summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/integration/blink.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AVR/integration/blink.ll')
-rw-r--r--llvm/test/CodeGen/AVR/integration/blink.ll6
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/AVR/integration/blink.ll b/llvm/test/CodeGen/AVR/integration/blink.ll
index 66c62020bf7..ef88e3ea24b 100644
--- a/llvm/test/CodeGen/AVR/integration/blink.ll
+++ b/llvm/test/CodeGen/AVR/integration/blink.ll
@@ -40,8 +40,7 @@ entry:
; CHECK: in [[TMPREG:r[0-9]+]], 4
; CHECK-NEXT: ori [[TMPREG]], 32
- ; This next line is unnecessary, but we CodeGen it anyway. We should probably optimize this out (PR31344).
- ; CHECK-NEXT: ori {{r[0-9]+}}, 0
+ ; CHECK-NOT: ori {{r[0-9]+}}, 0
; CHECK-NEXT: out 4, [[TMPREG]]
; CHECK-NEXT: ret
@@ -65,8 +64,7 @@ entry:
; CHECK: in [[TMPREG:r[0-9]+]], 5
; CHECK-NEXT: ori [[TMPREG]], 32
- ; This next line is unnecessary, but we CodeGen it anyway. We should probably optimize this out (PR31344).
- ; CHECK-NEXT: ori {{r[0-9]+}}, 0
+ ; CHECK-NOT: ori {{r[0-9]+}}, 0
; CHECK-NEXT: out 5, [[TMPREG]]
; CHECK-NEXT: ret
OpenPOWER on IntegriCloud