[llvm-commits] CVS: llvm/test/Feature/escaped_label.ll
Alkis Evlogimenos
alkis at cs.uiuc.edu
Thu Dec 9 21:40:08 PST 2004
Changes in directory llvm/test/Feature:
escaped_label.ll updated: 1.1 -> 1.2
---
Log message:
Update testcase
---
Diffs of the changes: (+2 -2)
Index: llvm/test/Feature/escaped_label.ll
diff -u llvm/test/Feature/escaped_label.ll:1.1 llvm/test/Feature/escaped_label.ll:1.2
--- llvm/test/Feature/escaped_label.ll:1.1 Thu Dec 9 23:27:14 2004
+++ llvm/test/Feature/escaped_label.ll Thu Dec 9 23:39:57 2004
@@ -4,7 +4,7 @@
int %foo() {
- br label "foo"
-"foo":
+ br label "foo`~!@#$%^&*()-_=+{}[]\\|;:',<.>/?"
+"foo`~!@#$%^&*()-_=+{}[]\\|;:',<.>/?":
ret int 17
}
More information about the llvm-commits
mailing list