summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CellSPU
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-06-26 20:05:06 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-06-26 20:05:06 +0000
commit3bbc52ce3e3d5a4e28147085266819c17bb7ad99 (patch)
tree7776f2ea749e2c84facf53ea1bbb6693a071a98d /llvm/test/CodeGen/CellSPU
parent7228d98b858f4ba19d19d710054d2c7b9ba3965a (diff)
downloadbcm5719-llvm-3bbc52ce3e3d5a4e28147085266819c17bb7ad99.tar.gz
bcm5719-llvm-3bbc52ce3e3d5a4e28147085266819c17bb7ad99.zip
Fix some tests that didn't test anything.
llvm-svn: 106954
Diffstat (limited to 'llvm/test/CodeGen/CellSPU')
-rw-r--r--llvm/test/CodeGen/CellSPU/loads.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CellSPU/loads.ll b/llvm/test/CodeGen/CellSPU/loads.ll
index 4284c22837d..d40217dacfe 100644
--- a/llvm/test/CodeGen/CellSPU/loads.ll
+++ b/llvm/test/CodeGen/CellSPU/loads.ll
@@ -34,7 +34,7 @@ define <4 x i32> @func() {
}
define <4 x float> @load_undef(){
- ;CHECK lqd $3, 0($3)
+ ; CHECK: lqd $3, 0($3)
%val = load <4 x float>* undef
ret <4 x float> %val
}
OpenPOWER on IntegriCloud