]> sourceware.org Git - cgen.git/commitdiff
* testsuite/name-comments-1.test: Update call to current-insn-lookup.
authorDoug Evans <xdje42@gmail.com>
Thu, 5 Nov 2009 16:59:54 +0000 (16:59 +0000)
committerDoug Evans <xdje42@gmail.com>
Thu, 5 Nov 2009 16:59:54 +0000 (16:59 +0000)
ChangeLog
testsuite/names-comments-1.test

index 67517a5df7bec8cc704193441601950610d4fa57..d2e490ac42d3113035a2d573384cb1791dfa2a57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-11-05  Doug Evans  <dje@sebabeach.org>
 
+       * testsuite/name-comments-1.test: Update call to current-insn-lookup.
+
        * utils.scm (reduce): Delete.
 
        * rtl-traverse.scm (/rtx-canon-rtx-enum): Tweak local name.
index 25f0f567f503484bb2d9e78bbeed0b4d300ecb33..fcdc8050ebc67b1654c4a95d24305b736cece4c0 100644 (file)
@@ -20,7 +20,7 @@ cat > ${cpu_file} <<EOF
 
 ;; Verify the correct insn got created.
 ;; ??? Also need to verify the comment's contents.
-(internal-verify "lists in names" (current-insn-lookup 'add3))
+(internal-verify "lists in names" (current-insn-lookup 'add3 #f))
 EOF
 
 run_cgen ${cpu_file}
This page took 0.036876 seconds and 5 git commands to generate.