aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-02-13 06:01:00 +0000
committerEric Christopher <echristo@gmail.com>2013-02-13 06:01:00 +0000
commita4e869405385c00525e35b13cfb6f3840af13ed4 (patch)
treed1e7dd66989a2f235f8e07d0309efc57234f78d3 /test/CodeGen
parent7bce462c15356229e13d78d14560feaac30a0f5f (diff)
Finish obviously broken thought.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175035 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/cas.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/cas.ll b/test/CodeGen/X86/cas.ll
index 12e49f9470..602f433fb2 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