Chromium Code Reviews| Index: test/NaCl/PNaClABI/types-function.ll |
| diff --git a/test/NaCl/PNaClABI/types-function.ll b/test/NaCl/PNaClABI/types-function.ll |
| index 14267fc6c7e5c21e353f845b16193b212575595c..9e0c383f3f2fcfd33f188be824ce6d752b81639f 100644 |
| --- a/test/NaCl/PNaClABI/types-function.ll |
| +++ b/test/NaCl/PNaClABI/types-function.ll |
| @@ -24,7 +24,7 @@ define void @types() { |
| ; C;HECK: Function types has instruction operand with disallowed type: i15 |
| ; call void @func(i15 1) |
| -; CHECK: Function types has instruction metadata containing disallowed type: half |
| +; CHECK: Function types has disallowed instruction metadata |
|
Mark Seaborn
2013/04/25 18:04:32
Change to "...metadata: !foo" to check reporting o
jvoung (off chromium)
2013/04/25 23:22:20
Not sure what you mean? What is "...metadata:" ?
Mark Seaborn
2013/04/25 23:25:50
I meant you can change it to:
"; CHECK: Function t
jvoung (off chromium)
2013/04/26 16:51:29
Done.
|
| ret void, !foo !0 |
| } |
| ; CHECK-NOT: disallowed |