diff options
author | Chris Lattner <sabre@nondot.org> | 2005-09-14 21:11:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-09-14 21:11:13 +0000 |
commit | 2e3f5db9ff9de3402e5d0d463199b9df9f13a19f (patch) | |
tree | bdbd03682f66fbd6d5f889a6bcde62aa5fc57d1d /lib | |
parent | 43ef1318c61222ab9fd571255d9163c9249bd323 (diff) | |
download | external_llvm-2e3f5db9ff9de3402e5d0d463199b9df9f13a19f.zip external_llvm-2e3f5db9ff9de3402e5d0d463199b9df9f13a19f.tar.gz external_llvm-2e3f5db9ff9de3402e5d0d463199b9df9f13a19f.tar.bz2 |
Give all operands names
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23357 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/IA64/IA64InstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/IA64/IA64InstrInfo.td b/lib/Target/IA64/IA64InstrInfo.td index 1da7ee7..52d817a 100644 --- a/lib/Target/IA64/IA64InstrInfo.td +++ b/lib/Target/IA64/IA64InstrInfo.td @@ -43,7 +43,7 @@ def ADJUSTCALLSTACKUP : PseudoInstIA64<(ops variable_ops), "// ADJUSTCALLSTACKUP">; def ADJUSTCALLSTACKDOWN : PseudoInstIA64<(ops variable_ops), "// ADJUSTCALLSTACKDOWN">; -def PSEUDO_ALLOC : PseudoInstIA64<(ops GR), "// PSEUDO_ALLOC">; +def PSEUDO_ALLOC : PseudoInstIA64<(ops GR:$foo), "// PSEUDO_ALLOC">; def ALLOC : AForm<0x03, 0x0b, (ops GR:$dst, i8imm:$inputs, i8imm:$locals, i8imm:$outputs, i8imm:$rotating), |