1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

refactor x86 conditional branches to use a multipattern

that generates the 1-byte and 4-byte immediate versions
from one definition.

llvm-svn: 95902
This commit is contained in:
Chris Lattner 2010-02-11 19:31:22 +00:00
parent d69e1c1bb2
commit 63870006bf

View File

@ -1,4 +1,4 @@
//===-- llvm/Support/Mangler.h - Self-contained name mangler ----*- C++ -*-===//
//===-- llvm/Target/Mangler.h - Self-contained name mangler ----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//