diff options
Diffstat (limited to 'test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll')
-rw-r--r-- | test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll b/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll index 45b561a..c18e3c9 100644 --- a/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll +++ b/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll @@ -4,7 +4,7 @@ @m = external global <2 x double> define double @vector_ex() nounwind { - %v = load <2 x double>* @m + %v = load <2 x double>, <2 x double>* @m %x = extractelement <2 x double> %v, i32 1 ret double %x } |