commit | 65d54eb06e9b2aa4dfd7733bdb3ec96e384818ea | [log] [tgz] |
---|---|---|
author | Vikram S. Adve <vadve@cs.uiuc.edu> | Wed Nov 14 17:55:02 2001 +0000 |
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | Wed Nov 14 17:55:02 2001 +0000 |
tree | 5afa8dc1f98df7f13bbec1dd837242023a1871da | |
parent | c1b534043f800da29cc3457ce2c1895a249b273e [diff] [blame] |
Idiotic error in last fix. llvm-svn: 1306
diff --git a/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp b/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp index 7fe3e60..c7d4260 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp +++ b/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
@@ -257,7 +257,7 @@ { intValue = 0; } - if (CPV->getType()->isSigned()) + else if (CPV->getType()->isSigned()) { intValue = ((ConstPoolSInt*)CPV)->getValue(); }