summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCAsmInfoDarwin.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-20 06:34:14 +0000
committerChris Lattner <sabre@nondot.org>2010-01-20 06:34:14 +0000
commit8eeba35babf3114966fc4e6e8522057e46b610db (patch)
treeac7cb188d3d10049dc657fb5c1024e94abdb6bcb /include/llvm/MC/MCAsmInfoDarwin.h
parent6f8694b272ffbd5b4746feccd4866bf89794fe86 (diff)
downloadllvm-8eeba35babf3114966fc4e6e8522057e46b610db.tar.gz
llvm-8eeba35babf3114966fc4e6e8522057e46b610db.tar.bz2
llvm-8eeba35babf3114966fc4e6e8522057e46b610db.tar.xz
revert 93934, removing the MCAsmInfo endianness bit. I can't
stomache MCAsmInfo having this, and I found a better solution to this layering issue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCAsmInfoDarwin.h')
-rw-r--r--include/llvm/MC/MCAsmInfoDarwin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCAsmInfoDarwin.h b/include/llvm/MC/MCAsmInfoDarwin.h
index f5e897d203..c85aa3da95 100644
--- a/include/llvm/MC/MCAsmInfoDarwin.h
+++ b/include/llvm/MC/MCAsmInfoDarwin.h
@@ -24,7 +24,7 @@ namespace llvm {
class Mangler;
struct MCAsmInfoDarwin : public MCAsmInfo {
- explicit MCAsmInfoDarwin(bool isLittleEndian);
+ explicit MCAsmInfoDarwin();
};
}