refactor x86 conditional branches to use a multipattern
authorChris Lattner <sabre@nondot.org>
Thu, 11 Feb 2010 19:31:22 +0000 (19:31 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 11 Feb 2010 19:31:22 +0000 (19:31 +0000)
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

include/llvm/Target/Mangler.h

index 04de4e9610e21005be9ff39b50a34c90e782bf2c..45cbf9da1e4e731e37ace26e6ca8db28f1dd55c9 100644 (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
 //