From a4e869405385c00525e35b13cfb6f3840af13ed4 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 13 Feb 2013 06:01:00 +0000 Subject: [PATCH] Finish obviously broken thought. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175035 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/cas.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/cas.ll b/test/CodeGen/X86/cas.ll index 12e49f94704..602f433fb2b 100644 --- a/test/CodeGen/X86/cas.ll +++ b/test/CodeGen/X86/cas.ll @@ -36,7 +36,7 @@ entry: ret i1 %tobool } -; Make sure we're emitting a move from +; Make sure we're emitting a move from eax. ; CHECK: #APP ; CHECK-NEXT: lock;{{.*}}mov %eax,{{.*}} ; CHECK-NEXT: #NO_APP -- 2.34.1