diff options
Diffstat (limited to 'test/CodeGen/X86/live-out-reg-info.ll')
-rw-r--r-- | test/CodeGen/X86/live-out-reg-info.ll | 2 |
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 8cd9774..283ee3a 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() |