[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/rdtsc.ll
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Sun Nov 20 13:43:01 PST 2005
Changes in directory llvm/test/Regression/CodeGen/X86:
rdtsc.ll updated: 1.1 -> 1.2
---
Log message:
oops
---
Diffs of the changes: (+1 -1)
rdtsc.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/rdtsc.ll
diff -u llvm/test/Regression/CodeGen/X86/rdtsc.ll:1.1 llvm/test/Regression/CodeGen/X86/rdtsc.ll:1.2
--- llvm/test/Regression/CodeGen/X86/rdtsc.ll:1.1 Sun Nov 20 15:41:59 2005
+++ llvm/test/Regression/CodeGen/X86/rdtsc.ll Sun Nov 20 15:42:49 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep rptsc
+; RUN: llvm-as < %s | llc -march=x86 | grep rdtsc
declare ulong %llvm.readcyclecounter()
More information about the llvm-commits
mailing list