diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-20 14:12:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-20 14:12:52 +0000 |
commit | f6cd38d2fc57f9ccd867a69506219fedb28343a0 (patch) | |
tree | 9a70ae0589bdcf0225debaf91f7e85d7f00d92f1 | |
parent | bacc773d207700dede0701d08e15dfdc650678e9 (diff) | |
download | external_llvm-f6cd38d2fc57f9ccd867a69506219fedb28343a0.zip external_llvm-f6cd38d2fc57f9ccd867a69506219fedb28343a0.tar.gz external_llvm-f6cd38d2fc57f9ccd867a69506219fedb28343a0.tar.bz2 |
Apparently the dependencies are wrong for this file, so it didn't rebuild it
when changing Instruction.def. :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9286 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/SparcV9/SparcV9.burg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/SparcV9.burg.in b/lib/Target/SparcV9/SparcV9.burg.in index dcef111..08cfbcc 100644 --- a/lib/Target/SparcV9/SparcV9.burg.in +++ b/lib/Target/SparcV9/SparcV9.burg.in @@ -67,7 +67,7 @@ Xdefine PANIC printf %term GetElemPtr=GetElementPtrOPCODE %term GetElemPtrIdx=125 /* getElemPtr with index vector */ -%term Phi=PHINodeOPCODE +%term Phi=PHIOPCODE %term Cast=CastOPCODE /* cast that will be ignored. others are made explicit */ %term ToBoolTy=127 |