diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:44:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:44:32 +0000 |
commit | 5a5ac124e1efaf208671f01c46edb15f29ed2a0b (patch) | |
tree | a6140557876943cdd800ee997c9317283394b22c /test/CodeGen/X86/fp-stack.ll | |
parent | f03b5bed27d0d2eafd68562ce14f8b5e3f1f0801 (diff) |
Diffstat (limited to 'test/CodeGen/X86/fp-stack.ll')
-rw-r--r-- | test/CodeGen/X86/fp-stack.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/X86/fp-stack.ll b/test/CodeGen/X86/fp-stack.ll index dca644de667e..44c039633886 100644 --- a/test/CodeGen/X86/fp-stack.ll +++ b/test/CodeGen/X86/fp-stack.ll @@ -5,9 +5,9 @@ target triple = "i386-pc-linux-gnu" define void @foo() nounwind { entry: - %tmp6 = load x86_fp80* undef ; <x86_fp80> [#uses=2] - %tmp15 = load x86_fp80* undef ; <x86_fp80> [#uses=2] - %tmp24 = load x86_fp80* undef ; <x86_fp80> [#uses=1] + %tmp6 = load x86_fp80, x86_fp80* undef ; <x86_fp80> [#uses=2] + %tmp15 = load x86_fp80, x86_fp80* undef ; <x86_fp80> [#uses=2] + %tmp24 = load x86_fp80, x86_fp80* undef ; <x86_fp80> [#uses=1] br i1 undef, label %return, label %bb.nph bb.nph: ; preds = %entry |