Mercurial > hg > CbC > CbC_llvm
diff test/CodeGen/X86/regpressure.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | afa8332a0e37 |
children |
line wrap: on
line diff
--- a/test/CodeGen/X86/regpressure.ll Fri Nov 25 19:14:25 2016 +0900 +++ b/test/CodeGen/X86/regpressure.ll Fri Oct 27 17:07:41 2017 +0900 @@ -2,7 +2,7 @@ ;; Both functions in this testcase should codegen to the same function, and ;; neither of them should require spilling anything to the stack. -; RUN: llc < %s -march=x86 -stats 2>&1 | \ +; RUN: llc < %s -mtriple=i686-- -stats 2>&1 | \ ; RUN: not grep "Number of register spills" ;; This can be compiled to use three registers if the loads are not