diff options
| author | Mon P Wang <wangmp@apple.com> | 2010-04-02 18:43:02 +0000 |
|---|---|---|
| committer | Mon P Wang <wangmp@apple.com> | 2010-04-02 18:43:02 +0000 |
| commit | 999c1b927b2f763c274058bce4cbfb5d4868a072 (patch) | |
| tree | 983781b3285fdb0ebbb4b23748d83d742248a252 /llvm/lib/Target/PowerPC/PPCISelLowering.cpp | |
| parent | 229385cd68599e95a8180d90940992931623d0d1 (diff) | |
| download | bcm5719-llvm-999c1b927b2f763c274058bce4cbfb5d4868a072.tar.gz bcm5719-llvm-999c1b927b2f763c274058bce4cbfb5d4868a072.zip | |
Revert r100191 since it breaks objc in clang
llvm-svn: 100199
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.cpp')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp index 32a372d0361..e67666d8048 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp @@ -2392,7 +2392,7 @@ CreateCopyOfByValArgument(SDValue Src, SDValue Dst, SDValue Chain, DebugLoc dl) { SDValue SizeNode = DAG.getConstant(Flags.getByValSize(), MVT::i32); return DAG.getMemcpy(Chain, dl, Dst, Src, SizeNode, Flags.getByValAlign(), - false, false, NULL, 0, NULL, 0); + false, NULL, 0, NULL, 0); } /// LowerMemOpCallTo - Store the argument to the stack or remember it in case of |

