summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/live-out-reg-info.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/live-out-reg-info.ll')
-rw-r--r--test/CodeGen/X86/live-out-reg-info.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/live-out-reg-info.ll b/test/CodeGen/X86/live-out-reg-info.ll
index 8cd9774983b..283ee3ae71a 100644
--- a/test/CodeGen/X86/live-out-reg-info.ll
+++ b/test/CodeGen/X86/live-out-reg-info.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -march=x86-64 | grep testb
; Make sure dagcombine doesn't eliminate the comparison due
-; to an off-by-one bug with ComputeMaskedBits information.
+; to an off-by-one bug with computeKnownBits information.
declare void @qux()