From: Eric Christopher Date: Wed, 13 Feb 2013 06:01:00 +0000 (+0000) Subject: Finish obviously broken thought. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a4e869405385c00525e35b13cfb6f3840af13ed4;p=oota-llvm.git Finish obviously broken thought. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175035 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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