diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:44:14 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:44:14 +0000 |
commit | 2b6b257f4e5503a7a2675bdb8735693db769f75c (patch) | |
tree | e85e046ae7003fe3bcc8b5454cd0fa3f7407b470 /test/CodeGenCXX/multi-dim-operator-new.cpp | |
parent | b4348ed0b7e90c0831b925fbee00b5f179a99796 (diff) |
Notes
Diffstat (limited to 'test/CodeGenCXX/multi-dim-operator-new.cpp')
-rw-r--r-- | test/CodeGenCXX/multi-dim-operator-new.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGenCXX/multi-dim-operator-new.cpp b/test/CodeGenCXX/multi-dim-operator-new.cpp index 7a235e83a78d..0dfcffb6aa40 100644 --- a/test/CodeGenCXX/multi-dim-operator-new.cpp +++ b/test/CodeGenCXX/multi-dim-operator-new.cpp @@ -43,7 +43,7 @@ int main() { return 0; } -// CHECK: call noalias i8* @_Znam -// CHECK: call noalias i8* @_Znam -// CHECK: call noalias i8* @_Znam +// CHECK: call i8* @_Znam +// CHECK: call i8* @_Znam +// CHECK: call i8* @_Znam |