Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/X86/2008-04-15-LiveVariableBug.ll @ 147:c2174574ed3a
LLVM 10
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 16:55:33 +0900 |
parents | afa8332a0e37 |
children |
line wrap: on
line diff
--- a/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll Sat Feb 17 09:57:20 2018 +0900 +++ b/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll Wed Aug 14 16:55:33 2019 +0900 @@ -1,5 +1,5 @@ ; RUN: llc < %s -mtriple=x86_64-apple-darwin -; RUN: llc < %s -mtriple=x86_64-apple-darwin -relocation-model=pic -disable-fp-elim -O0 -regalloc=fast +; RUN: llc < %s -mtriple=x86_64-apple-darwin -relocation-model=pic -frame-pointer=all -O0 -regalloc=fast ; PR5534 %struct.CGPoint = type { double, double }