From da5836572de7833052f8b7d0715662f930eaf81c Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 5 Oct 2011 18:13:08 +0000 Subject: [PATCH] Make this test less sensitive to codegen optimizations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141195 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/va_arg.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/ARM/va_arg.ll b/test/CodeGen/ARM/va_arg.ll index bb404531162..af477b40a78 100644 --- a/test/CodeGen/ARM/va_arg.ll +++ b/test/CodeGen/ARM/va_arg.ll @@ -30,6 +30,7 @@ entry: %ap1 = bitcast i8** %ap to i8* ; [#uses=2] call void @llvm.va_start(i8* %ap1) %0 = va_arg i8** %ap, i32 ; [#uses=0] + store i32 %0, i32* undef %1 = va_arg i8** %ap, double ; [#uses=1] call void @llvm.va_end(i8* %ap1) ret double %1 -- 2.34.1