Skip to content
Snippets Groups Projects
Commit 4b45d7ff authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

Harden test against for operator new(unsigned int).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150932 91177308-0d34-0410-b5e6-96231b3b80d8
parent 972edf05
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ haslist2::haslist2()
void fn10() {
// CHECK: define void @_Z4fn10v
// CHECK: alloca [3 x i32]
// CHECK: call noalias i8* @_Znwm
// CHECK: call noalias i8* @_Znw{{[jm]}}
// CHECK: store i32 1
// CHECK: store i32 2
// CHECK: store i32 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment