summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fcmove.ll
diff options
context:
space:
mode:
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>2017-11-30 16:12:24 +0000
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>2017-11-30 16:12:24 +0000
commitc71cced0aae46ab4f27e2ea755819f308661670b (patch)
treee63f1794dd2fed8bf926665dc8aa53abc7e13048 /llvm/test/CodeGen/X86/fcmove.ll
parent0cdf7fdc48fd024a55df2afd773d0f7359a79736 (diff)
downloadbcm5719-llvm-c71cced0aae46ab4f27e2ea755819f308661670b.tar.gz
bcm5719-llvm-c71cced0aae46ab4f27e2ea755819f308661670b.zip
[CodeGen] Always use `printReg` to print registers in both MIR and debug
output As part of the unification of the debug format and the MIR format, always use `printReg` to print all kinds of registers. Updated the tests using '_' instead of '%noreg' until we decide which one we want to be the default one. Differential Revision: https://reviews.llvm.org/D40421 llvm-svn: 319445
Diffstat (limited to 'llvm/test/CodeGen/X86/fcmove.ll')
-rw-r--r--llvm/test/CodeGen/X86/fcmove.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fcmove.ll b/llvm/test/CodeGen/X86/fcmove.ll
index 21cc683f734..35dbb68117b 100644
--- a/llvm/test/CodeGen/X86/fcmove.ll
+++ b/llvm/test/CodeGen/X86/fcmove.ll
@@ -12,4 +12,4 @@ define x86_fp80 @cmove_f(x86_fp80 %a, x86_fp80 %b, i32 %c) {
%add = fadd x86_fp80 %a, %b
%ret = select i1 %test, x86_fp80 %add, x86_fp80 %b
ret x86_fp80 %ret
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud