diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll b/llvm/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll index 016b44d185b..0c9597b970c 100644 --- a/llvm/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll +++ b/llvm/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll @@ -29,4 +29,4 @@ entry: declare void @foo(float, float) attributes #0 = { "frame-pointer"="all" } -attributes #1 = { "no-frame-pointer-elim"="false" } +attributes #1 = { "frame-pointer"="none" } |