diff options
Diffstat (limited to 'test/CodeGen/may-alias.c')
-rw-r--r-- | test/CodeGen/may-alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/may-alias.c b/test/CodeGen/may-alias.c index 6171be7..b73ee15 100644 --- a/test/CodeGen/may-alias.c +++ b/test/CodeGen/may-alias.c @@ -26,5 +26,5 @@ void test1(struct Test1MA *p1, struct Test1 *p2) { // CHECK: !0 = metadata !{metadata !"any pointer", metadata !1} // CHECK: !1 = metadata !{metadata !"omnipotent char", metadata !2} -// CHECK: !2 = metadata !{metadata !"Simple C/C++ TBAA", null} +// CHECK: !2 = metadata !{metadata !"Simple C/C++ TBAA"} // CHECK: !3 = metadata !{metadata !"int", metadata !1} |