refactor x86 conditional branches to use a multipattern

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



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-02-11 19:31:22 +00:00
parent bd13fb6254
commit b917c47c98

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
//