diff options
author | Dan Gohman <gohman@apple.com> | 2011-10-05 18:13:08 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2011-10-05 18:13:08 +0000 |
commit | 8218b8f6ae222c82c4f72fe2b7b10e7fa755b49b (patch) | |
tree | b26dc7b69109a5048ad59e14162bcf4d830d93d6 /llvm | |
parent | 14e4149f4ed7d8c63eb9c939e49bf1b6e0b3f39b (diff) | |
download | bcm5719-llvm-8218b8f6ae222c82c4f72fe2b7b10e7fa755b49b.tar.gz bcm5719-llvm-8218b8f6ae222c82c4f72fe2b7b10e7fa755b49b.zip |
Make this test less sensitive to codegen optimizations.
llvm-svn: 141195
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/ARM/va_arg.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/va_arg.ll b/llvm/test/CodeGen/ARM/va_arg.ll index bb404531162..af477b40a78 100644 --- a/llvm/test/CodeGen/ARM/va_arg.ll +++ b/llvm/test/CodeGen/ARM/va_arg.ll @@ -30,6 +30,7 @@ entry: %ap1 = bitcast i8** %ap to i8* ; <i8*> [#uses=2] call void @llvm.va_start(i8* %ap1) %0 = va_arg i8** %ap, i32 ; <i32> [#uses=0] + store i32 %0, i32* undef %1 = va_arg i8** %ap, double ; <double> [#uses=1] call void @llvm.va_end(i8* %ap1) ret double %1 |