projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6c9772
)
Update testcase
author
Alkis Evlogimenos
<alkis@evlogimenos.com>
Fri, 10 Dec 2004 05:39:57 +0000
(
05:39
+0000)
committer
Alkis Evlogimenos
<alkis@evlogimenos.com>
Fri, 10 Dec 2004 05:39:57 +0000
(
05:39
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18742
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Feature/escaped_label.ll
patch
|
blob
|
history
diff --git
a/test/Feature/escaped_label.ll
b/test/Feature/escaped_label.ll
index 4e46e8766c2c4caedeb41f162db2617fed7f93ec..81011cdc94080abdd58b47bf1e05d487e4b33aeb 100644
(file)
--- a/
test/Feature/escaped_label.ll
+++ b/
test/Feature/escaped_label.ll
@@
-4,7
+4,7
@@
int %foo() {
- br label "foo"
-"foo":
+ br label "foo
`~!@#$%^&*()-_=+{}[]\\|;:',<.>/?
"
+"foo
`~!@#$%^&*()-_=+{}[]\\|;:',<.>/?
":
ret int 17
}