[llvm] r175035 - Finish obviously broken thought.
Eric Christopher
echristo at gmail.com
Tue Feb 12 22:01:00 PST 2013
Author: echristo
Date: Wed Feb 13 00:01:00 2013
New Revision: 175035
URL: http://llvm.org/viewvc/llvm-project?rev=175035&view=rev
Log:
Finish obviously broken thought.
Modified:
llvm/trunk/test/CodeGen/X86/cas.ll
Modified: llvm/trunk/test/CodeGen/X86/cas.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/cas.ll?rev=175035&r1=175034&r2=175035&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/cas.ll (original)
+++ llvm/trunk/test/CodeGen/X86/cas.ll Wed Feb 13 00:01:00 2013
@@ -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
More information about the llvm-commits
mailing list