diff options
author | Philip Reames <listmail@philipreames.com> | 2015-06-16 20:24:06 +0000 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2015-06-16 20:24:06 +0000 |
commit | c758ca3c5c51e534e702c9bb90eeeaef0cb3f729 (patch) | |
tree | f63b91381625bea38146aaf0c8a7d8fdb6f25159 /clang/test/CodeGenCXX/stack-reuse.cpp | |
parent | bb385ed454ad4354497c69f531b96daaa06c73c2 (diff) | |
download | bcm5719-llvm-c758ca3c5c51e534e702c9bb90eeeaef0cb3f729.tar.gz bcm5719-llvm-c758ca3c5c51e534e702c9bb90eeeaef0cb3f729.zip |
Adjust clang side tests effected by 239795 before reapplying said change
llvm-svn: 239848
Diffstat (limited to 'clang/test/CodeGenCXX/stack-reuse.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/stack-reuse.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/stack-reuse.cpp b/clang/test/CodeGenCXX/stack-reuse.cpp index a975f30a048..473a57cda27 100644 --- a/clang/test/CodeGenCXX/stack-reuse.cpp +++ b/clang/test/CodeGenCXX/stack-reuse.cpp @@ -134,8 +134,8 @@ int large_combiner_test(S_large s) { // CHECK-LABEL: define i32 @large_combiner_test // CHECK: [[T1:%.*]] = alloca %struct.Combiner // CHECK: [[T2:%.*]] = alloca %struct.Combiner -// CHECK: [[T3:%.*]] = call %struct.Combiner* @_ZN8CombinerC1E7S_large(%struct.Combiner* [[T1]], [9 x i32] %s.coerce) -// CHECK: call void @_ZN8Combiner1fEv(%struct.Combiner* sret [[T2]], %struct.Combiner* [[T1]]) +// CHECK: [[T3:%.*]] = call %struct.Combiner* @_ZN8CombinerC1E7S_large(%struct.Combiner* nonnull [[T1]], [9 x i32] %s.coerce) +// CHECK: call void @_ZN8Combiner1fEv(%struct.Combiner* nonnull sret [[T2]], %struct.Combiner* nonnull [[T1]]) // CHECK: [[T4:%.*]] = getelementptr inbounds %struct.Combiner, %struct.Combiner* [[T2]], i32 0, i32 0, i32 0, i32 0 // CHECK: [[T5:%.*]] = load i32, i32* [[T4]] // CHECK: ret i32 [[T5]] |