Teach FunctionAttrs about the VAArg instruction.
[oota-llvm.git] / test / Transforms / SCCP / apint-basictest.ll
index a7c4bf6f91d070e847b94d3d68111fd65e944182..c03bfef74301da07a0c57c75d3365ae980a0d0cd 100644 (file)
@@ -1,7 +1,7 @@
 ; This is a basic sanity check for constant propogation.  The add instruction 
 ; should be eliminated.
 
-; RUN: opt %s -sccp -S | not grep add
+; RUN: opt %s -sccp -S | not grep add
 
 define i128 @test(i1 %B) {
        br i1 %B, label %BB1, label %BB2